Skip to content

Commit

Permalink
fix: export SortCardType
Browse files Browse the repository at this point in the history
  • Loading branch information
Innders committed Dec 31, 2024
1 parent 5c1bf3a commit 2593eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export { VersionSelect } from './Dropdowns/VersionSelect'
export type { VersionSelectProps } from './Dropdowns/VersionSelect'
// sortingDropdown
export { SortingDropdown } from './Dropdowns/SortingDropdown'
export type { SortingDropdownProps } from './Dropdowns/SortingDropdown'
export type { SortingDropdownProps, SortCardType } from './Dropdowns/SortingDropdown'
// statusSelect
export { StatusSelect, StatusField } from './Dropdowns/StatusSelect'
export type { StatusSelectProps, StatusFieldProps, Status } from './Dropdowns/StatusSelect'
Expand Down

0 comments on commit 2593eb1

Please sign in to comment.