mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-11-30 19:18:07 +08:00
fix: password ts types #1424
This commit is contained in:
parent
a857c253c9
commit
85774fb921
4
types/input/input.d.ts
vendored
4
types/input/input.d.ts
vendored
@ -6,13 +6,13 @@ import { AntdComponent } from '../component';
|
||||
import { InputGroup } from './input-group';
|
||||
import { InputSearch } from './input-search';
|
||||
import { TextArea } from './textarea';
|
||||
import { Passward } from './passward';
|
||||
import { Password } from './password';
|
||||
|
||||
export declare class Input extends AntdComponent {
|
||||
static Group: typeof InputGroup;
|
||||
static Search: typeof InputSearch;
|
||||
static TextArea: typeof TextArea;
|
||||
static Passward: typeof Passward;
|
||||
static Password: typeof Password;
|
||||
|
||||
/**
|
||||
* The label text displayed after (on the right side of) the input field.
|
||||
|
@ -4,6 +4,6 @@
|
||||
|
||||
import { AntdComponent } from '../component';
|
||||
|
||||
export declare class Passward extends AntdComponent {
|
||||
export declare class Password extends AntdComponent {
|
||||
visibilityToggle?: boolean;
|
||||
}
|
Loading…
Reference in New Issue
Block a user