UNPKG

budget-view-chart

Version:

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

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