Skip to content

Commit

Permalink
feat: Add Autocomplete component
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia committed Feb 2, 2024
1 parent 158a692 commit c7d5725
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/Autocomplete/index.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export {
AutoComplete as Autocomplete,
AutoCompleteProps as AutocompleteProps,
} from 'antd';
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ export * from './theme';
export * from './Provider';

// Individual components
export * from './Anchor';
export * from './Alert';
export * from './Anchor';
export * from './Autocomplete';
export * from './Avatar';
export * from './BackTop';
export * from './Badge';
Expand Down

0 comments on commit c7d5725

Please sign in to comment.