Skip to content

Commit

Permalink
Merge pull request #235 from glints-dev/hotfix/text-field-props
Browse files Browse the repository at this point in the history
TextField: Refactor export statement for TextFieldProps
  • Loading branch information
franciscrispin committed Feb 21, 2020
2 parents 6684ec5 + e9227a9 commit 4305574
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Input/TextField/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import TextField, { Props } from './TextField';

export { TextField, Props as TextFieldProps };
export type TextFieldProps = Props;

export { TextField };

export default TextField;

0 comments on commit 4305574

Please sign in to comment.