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

7 lines
102 B
TypeScript
Raw Normal View History

2025-02-13 16:47:11 +08:00
export interface Day {
date: Date;
type: string;
text: number;
bottomInfo?: string;
}