chartjs-demo/src/demos/ChartProps.d.ts

4 lines
56 B
TypeScript

export interface ChartProps {
chartConfig?: object;
}