ant-design-x-vue-next
Version:
Ant Design X for Vue — community continuation aligned with @ant-design/x
9 lines (8 loc) • 407 B
TypeScript
export type { Locale, xLocale } from './types';
export type { LocaleContextProps } from './context';
export { LocaleContextKey } from './context';
export { default as useLocale } from './useLocale';
export type { LocaleComponentName } from './useLocale';
export { default as LocaleProvider } from './LocaleProvider.vue';
export { default as zhCN } from './zh_CN';
export { default as enUS } from './en_US';