sard-uniapp
Version:
sard-uniapp 是一套基于 Uniapp + Vue3 框架开发的兼容多端的 UI 组件库
14 lines (13 loc) • 802 B
TypeScript
import { type CalendarProps } from './common';
declare const _default: import("vue").DefineComponent<CalendarProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
"update:model-value": (value: string | string[] | Date | Date[]) => any;
change: (value: string | string[] | Date | Date[]) => any;
}, string, import("vue").PublicProps, Readonly<CalendarProps> & Readonly<{
"onUpdate:model-value"?: ((value: string | string[] | Date | Date[]) => any) | undefined;
onChange?: ((value: string | string[] | Date | Date[]) => any) | undefined;
}>, {
type: import("./common").CalendarType;
weekStartsOn: number;
maxDays: number;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;