refactor: reorganize exports in index.ts for improved clarity

This commit is contained in:
Marco Beretta 2025-07-18 23:10:43 +02:00
parent ca18ada9e2
commit a1e052871f
No known key found for this signature in database
GPG key ID: D918033D8E74CC11

View file

@ -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';