water_sh/miniprogram_npm/@vant/weapp/calendar/components/month/index.d.ts

7 lines
102 B
TypeScript
Raw Normal View History

2025-04-15 15:48:57 +08:00
export interface Day {
date: Date;
type: string;
text: number;
bottomInfo?: string;
}