vue-devui
Version:
DevUI components based on Vite and Vue3
6 lines (5 loc) • 414 B
TypeScript
import type { TDateCell, TDatePanelDataProps, TDatePanelProps } from './types';
export declare const getDateKey: (date: Date) => string;
export declare const cellClassName: (props: TDatePanelDataProps, day: TDateCell, base?: string) => string;
export declare const trigEvent: (props: TDatePanelProps, day: TDateCell) => void;
export declare const handleDateEnter: (props: TDatePanelProps, day: TDateCell) => void;