mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-28 06:08:50 +01:00
refactor: reorganize exports in index.ts for improved clarity
This commit is contained in:
parent
ca18ada9e2
commit
a1e052871f
1 changed files with 4 additions and 3 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue