sard-uniapp
Version:
sard-uniapp 是一套基于 Uniapp + Vue3 框架开发的兼容多端的 UI 组件库
8 lines (7 loc) • 515 B
TypeScript
import { type CalendarMonthProps } from '../calendar/common';
declare const _default: import("vue").DefineComponent<CalendarMonthProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
"day-click": (date: Date) => any;
}, string, import("vue").PublicProps, Readonly<CalendarMonthProps> & Readonly<{
"onDay-click"?: ((date: Date) => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;