Files
bot/packages/js/src/index.ts
Baptiste Arnaud 21f1c7a17e Add Bubble and Popup in embed lib v2
Closes #214
2023-01-09 14:51:36 +01:00

6 lines
216 B
TypeScript

export * from './register'
export type { BotProps } from './components/Bot'
export type { BubbleProps } from './features/bubble'
export type { PopupProps } from './features/popup'
export * from './features/commands'