This commit is contained in:
@@ -20,9 +20,9 @@ export type ChartConfig = Record<
|
||||
)
|
||||
>;
|
||||
|
||||
type ChartContextProps = {
|
||||
interface ChartContextProps {
|
||||
config: ChartConfig;
|
||||
};
|
||||
}
|
||||
|
||||
const ChartContext = React.createContext<ChartContextProps | null>(null);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user