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