2
0
Files
bot/packages/embeds/js/src/index.ts
2023-03-15 08:35:16 +01:00

6 lines
225 B
TypeScript

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'