migrate desktop home page to composition API and typescript

This commit is contained in:
MaysWind
2025-01-19 00:42:15 +08:00
parent 965be837a3
commit 9f2bbe527e
6 changed files with 284 additions and 222 deletions
@@ -42,7 +42,7 @@ import {
} from '@/lib/datetime.ts';
import { getExpenseAndIncomeAmountColor } from '@/lib/ui/common.ts';
interface MonthlyIncomeAndExpenseCardClickEvent {
export interface MonthlyIncomeAndExpenseCardClickEvent {
transactionType: TransactionType;
monthStartTime: number;
}