refactor: reorganize exports in index.ts for improved clarity
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
export {
|
||||
export type {
|
||||
TShowToast,
|
||||
Option,
|
||||
OptionWithIcon,
|
||||
DropdownValueSetter,
|
||||
MentionOption,
|
||||
NotificationSeverity,
|
||||
} from './types';
|
||||
|
||||
export { MenuItemProps } from './menus';
|
||||
export { NotificationSeverity } from './types';
|
||||
|
||||
export type { MenuItemProps } from './menus';
|
||||
|
||||
Reference in New Issue
Block a user