UNPKG

budget-view-chart

Version:

A React chart component specialising in display budget for personal finance.

5 lines (3 loc) 188 B
import { BudgetChart, type BudgetChartConfig } from './BudgetChart' import { type BudgetRecord } from './data.interface' export { BudgetChart, type BudgetRecord, type BudgetChartConfig }