From 2593eb1a711b1e0fa76d523583119a7fe3466322 Mon Sep 17 00:00:00 2001 From: Innders <49156310+Innders@users.noreply.github.com> Date: Tue, 31 Dec 2024 09:44:20 +0000 Subject: [PATCH] fix: export SortCardType --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index c715634..fa3e776 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -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'