6 lines
216 B
TypeScript
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'
|