UNPKG

@apptane/react-ui-charts

Version:
4 lines (3 loc) 170 B
/// <reference types="react" /> import { ChartSlice } from "./ChartSlice.js"; export declare const ChartSliceContext: import("react").Context<ChartSlice | undefined>;