parent
ef562b8082
commit
e1075c131f
1 changed files with 3 additions and 1 deletions
@ -1,3 +1,5 @@ |
|||||||
import OutlinedInput from './OutlinedInput'; |
import OutlinedInput, { OutlinedInputProps } from './OutlinedInput'; |
||||||
|
|
||||||
|
export type { OutlinedInputProps }; |
||||||
|
|
||||||
export default OutlinedInput; |
export default OutlinedInput; |
||||||
|
Loading…
Reference in new issue