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

7 lines
102 B
TypeScript
Raw Normal View History

2023-07-25 13:41:08 +08:00
export interface Day {
date: Date;
type: string;
text: number;
bottomInfo?: string;
}