Skip to content

Commit

Permalink
feat: export SearchTextField
Browse files Browse the repository at this point in the history
  • Loading branch information
nijuy committed Apr 29, 2024
1 parent 5ba2e82 commit b3159fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/TextField/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
export { SimpleTextField } from './SimpleTextField/SimpleTextField';
export type { SimpleTextFieldProps } from './SimpleTextField/SimpleTextField.type';

export { SearchTextField } from './SearchTextField/SearchTextField';
export type { SearchTextFieldProps } from './SearchTextField/SearchTextField.type';
3 changes: 3 additions & 0 deletions src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ export type { ToastProps, ToastDuration } from './Toast';

export { SimpleTextField } from './TextField';
export type { SimpleTextFieldProps } from './TextField';

export { SearchTextField } from './TextField';
export type { SearchTextFieldProps } from './TextField';

0 comments on commit b3159fa

Please sign in to comment.