Skip to content

Commit

Permalink
fix(input-password): enable password input export
Browse files Browse the repository at this point in the history
  • Loading branch information
morewings committed Jul 27, 2024
1 parent 488ea06 commit b293287
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export {InputColor} from './InputColor';
export {InputTime} from './InputTime';
export {InputRange} from './InputRange';
export {InputFile} from './InputFile';
export {InputPassword} from './InputPassword';
export {InputNumber} from './InputNumber';
export {Textarea} from './Textarea';
export {Select} from './Select';
Expand Down

0 comments on commit b293287

Please sign in to comment.