初始
This commit is contained in:
6
miniprogram_npm/@vant/weapp/calendar/components/month/index.d.ts
vendored
Normal file
6
miniprogram_npm/@vant/weapp/calendar/components/month/index.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface Day {
|
||||
date: Date;
|
||||
type: string;
|
||||
text: number;
|
||||
bottomInfo?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user