File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ import { AntdComponent } from '../component';
66import { InputGroup } from './input-group' ;
77import { InputSearch } from './input-search' ;
88import { TextArea } from './textarea' ;
9- import { Passward } from './passward ' ;
9+ import { Password } from './password ' ;
1010
1111export declare class Input extends AntdComponent {
1212 static Group : typeof InputGroup ;
1313 static Search : typeof InputSearch ;
1414 static TextArea : typeof TextArea ;
15- static Passward : typeof Passward ;
15+ static Password : typeof Password ;
1616
1717 /**
1818 * The label text displayed after (on the right side of) the input field.
Original file line number Diff line number Diff line change 44
55import { AntdComponent } from '../component' ;
66
7- export declare class Passward extends AntdComponent {
7+ export declare class Password extends AntdComponent {
88 visibilityToggle ?: boolean ;
99}
You can’t perform that action at this time.
0 commit comments