UNPKG

gtht-miniapp-sdk

Version:

gtht-miniapp-sdk 是一套基于 Uniapp + Vue3 框架开发的兼容多端的 UI 组件库

14 lines (13 loc) 802 B
import { type CalendarProps } from './common'; declare const _default: import("vue").DefineComponent<CalendarProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { change: (value: string | string[] | Date | Date[]) => any; "update:model-value": (value: string | string[] | Date | Date[]) => any; }, string, import("vue").PublicProps, Readonly<CalendarProps> & Readonly<{ onChange?: ((value: string | string[] | Date | Date[]) => any) | undefined; "onUpdate:model-value"?: ((value: string | string[] | Date | Date[]) => any) | undefined; }>, { type: import("./common").CalendarType; weekStartsOn: number; maxDays: number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;