ant-design-x-vue-next
Version:
Ant Design X for Vue — community continuation aligned with @ant-design/x
22 lines (21 loc) • 692 B
TypeScript
export * from './x-provider';
export { useLocale, LocaleProvider } from './locale';
export type { Locale, xLocale, LocaleComponentName, LocaleContextProps } from './locale';
export * from './bubble';
export * from './conversations';
export * from './welcome';
export * from './prompts';
export * from './suggestion';
export * from './sender';
export * from './attachments';
export * from './thought-chain';
export * from './actions';
export * from './think';
export * from './sources';
export * from './file-card';
export * from './folder';
export * from './code-highlighter';
export * from './mermaid';
export * from './x-markdown';
export * from './notification';
export * from './x-card';