UNPKG

sard-uniapp

Version:

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

21 lines (20 loc) 1.13 kB
import { type CalendarType } from '../calendar/common'; import { type CalendarInputProps } from './common'; declare const _default: import("vue").DefineComponent<CalendarInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { "update:model-value": (value: string | string[] | Date | Date[] | undefined) => any; change: (value: string | string[] | Date | Date[] | undefined) => any; "update:visible": (visible: boolean) => any; }, string, import("vue").PublicProps, Readonly<CalendarInputProps> & Readonly<{ "onUpdate:model-value"?: ((value: string | string[] | Date | Date[] | undefined) => any) | undefined; onChange?: ((value: string | string[] | Date | Date[] | undefined) => any) | undefined; "onUpdate:visible"?: ((visible: boolean) => any) | undefined; }>, { type: CalendarType; valueOnClear: () => any; showConfirm: boolean; validateEvent: boolean; outletFormat: string; weekStartsOn: number; maxDays: number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;