mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-15 15:37:33 +08:00
migrate date range selection sheet / dialog to composition API and typescript
This commit is contained in:
@@ -52,6 +52,11 @@ export interface RecentMonthDateRange {
|
||||
readonly month: number;
|
||||
}
|
||||
|
||||
export interface PresetDateRange {
|
||||
readonly label: string;
|
||||
readonly value: Date[];
|
||||
}
|
||||
|
||||
export interface LocalizedRecentMonthDateRange {
|
||||
readonly dateType: number;
|
||||
readonly minTime: number;
|
||||
|
||||
Reference in New Issue
Block a user