4 lines
201 B
TypeScript
4 lines
201 B
TypeScript
export { Panel, type PanelConfig } from './panel/Panel'
|
|
export type { AgentActivity, PanelAgentAdapter } from './panel/types'
|
|
export { I18n, type SupportedLanguage, type TranslationKey } from './i18n'
|