mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 09:14:27 +08:00
migrate desktop home page to composition API and typescript
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user