UNPKG

@visx/xychart

Version:

Composable cartesian coordinate chart built with visx primitives

5 lines 196 B
import React from 'react'; import { XYChartTheme } from '../types'; declare const ThemeContext: React.Context<XYChartTheme>; export default ThemeContext; //# sourceMappingURL=ThemeContext.d.ts.map