tdesign-vue
Version:
23 lines (22 loc) • 797 B
TypeScript
import { CalendarCell } from './type';
declare const _default: import("vue/types/vue").ExtendedVue<{
classPrefix: string;
componentName: string;
commonSizeClassName: Record<string, string>;
commonStatusClassName: Record<string, string>;
} & Record<never, any> & import("../config-provider/config-receiver").ConfigComponent & import("vue").default, unknown, {
clickCell(e: MouseEvent): void;
}, {
allowSlot: boolean;
disabled: boolean;
valueDisplay: string | number;
cellCls: Record<string, any>;
}, {
item: CalendarCell;
theme: string;
fillWithZero: boolean;
t: Function;
global: any;
cell: string | ((h: import("vue").CreateElement, props: CalendarCell) => import("vue/types/vnode").ScopedSlotReturnValue);
}>;
export default _default;