Skip to content

Commit

Permalink
fix(filters): export
Browse files Browse the repository at this point in the history
  • Loading branch information
Innders committed Jan 13, 2025
1 parent d8ee46b commit ca9c418
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ export type {
DropdownRef,
} from './Dropdowns/Dropdown'

// SEARCH FILTER
export * from './SearchFilter'

// FileUpload
export { FileUpload } from './FileUpload'
export type { FileUploadProps } from './FileUpload'
Expand Down

0 comments on commit ca9c418

Please sign in to comment.