UNPKG

sard-uniapp

Version:

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

30 lines (29 loc) 1.36 kB
import { type DateStripProps } from './common'; import { type CalendarDay } from '../calendar'; declare const _default: import("vue").DefineComponent<DateStripProps, {}, {}, {}, {}, 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<DateStripProps> & Readonly<{ "onUpdate:model-value"?: ((value: string | string[] | Date | Date[]) => any) | undefined; onChange?: ((value: string | string[] | Date | Date[]) => any) | undefined; }>, { filter: (date: Date) => boolean; rootStyle: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null; rootClass: string; modelValue: Date | Date[] | string | string[]; type: import("../calendar").CalendarType; max: Date; min: Date; currentDate: Date; disabledDate: (date: Date) => boolean; maxDays: number; overMaxDays: () => void; formatter: (day: CalendarDay) => void; allowSameDay: boolean; valueFormat: string; startDateText: string; endDateText: string; sameDateText: string; showLunar: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;