Files
page-agent/packages/ui/src/index.ts

4 lines
208 B
TypeScript

export { Panel, type PanelConfig, type PanelUpdate } from './Panel'
export { UIState, type Step, type AgentStatus } from './UIState'
export { I18n, type SupportedLanguage, type TranslationKey } from './i18n'