2
0
Files
bot/packages/embeds/js/src/index.ts

8 lines
314 B
TypeScript
Raw Normal View History

export * from './features/commands'
export type { BotProps } from './components/Bot'
export type { PopupProps } from './features/popup/components/Popup'
export type { BubbleProps } from './features/bubble/components/Bubble'
2023-07-15 12:26:12 +02:00
export type * from './features/bubble/types'
export type * from './features/popup/types'