Files
page-agent/packages/ui/src/index.ts
2026-01-17 23:35:07 +08:00

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'