pad-app/wxcomponents/vant/dist/calendar/components/month/index.d.ts

7 lines
102 B
TypeScript
Raw Normal View History

2023-07-03 17:49:29 +08:00
export interface Day {
date: Date;
type: string;
text: number;
bottomInfo?: string;
}