Files
YelayMaths/node_modules/@vant/weapp/lib/calendar/components/month/index.d.ts
T
2026-01-05 18:07:10 +08:00

7 lines
102 B
TypeScript

export interface Day {
date: Date;
type: string;
text: number;
bottomInfo?: string;
}