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';
6
6
import { InputGroup } from './input-group' ;
7
7
import { InputSearch } from './input-search' ;
8
8
import { TextArea } from './textarea' ;
9
- import { Passward } from './passward ' ;
9
+ import { Password } from './password ' ;
10
10
11
11
export declare class Input extends AntdComponent {
12
12
static Group : typeof InputGroup ;
13
13
static Search : typeof InputSearch ;
14
14
static TextArea : typeof TextArea ;
15
- static Passward : typeof Passward ;
15
+ static Password : typeof Password ;
16
16
17
17
/**
18
18
* The label text displayed after (on the right side of) the input field.
Original file line number Diff line number Diff line change 4
4
5
5
import { AntdComponent } from '../component' ;
6
6
7
- export declare class Passward extends AntdComponent {
7
+ export declare class Password extends AntdComponent {
8
8
visibilityToggle ?: boolean ;
9
9
}
You can’t perform that action at this time.
0 commit comments