UNPKG

@jiaozhiye/qm-design-vue

Version:

A Component Library for Vue3.0

16 lines (15 loc) 642 B
import type { ComponentSize } from '../../_utils/types'; import 'dayjs/locale/zh-cn'; import 'dayjs/locale/en'; declare const _default: import("vue").DefineComponent<{ locale: string; size?: ComponentSize | undefined; theme?: string | undefined; }, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{ locale: string; size?: ComponentSize | undefined; theme?: string | undefined; }> & Readonly<{}>, { locale: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;