Skip to content

Commit

Permalink
chore: export types for InputPropsV2
Browse files Browse the repository at this point in the history
  • Loading branch information
booc0mtaco committed May 15, 2024
1 parent 07284c2 commit 2f25f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Input/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export { Input as default } from './Input';
export type { InputProps } from './Input';
export { Input as InputV2, InputProps as InputPropsV2 } from './Input-v2';
export { Input as InputV2, type InputProps as InputPropsV2 } from './Input-v2';

0 comments on commit 2f25f6b

Please sign in to comment.