@visx/xychart
Version:
Composable cartesian coordinate chart built with visx primitives
8 lines • 336 B
TypeScript
import React from 'react';
import { XYChartTheme } from '../types';
export declare type ThemeProviderProps = {
theme?: XYChartTheme;
children: React.ReactNode | React.FC | React.Component;
};
export default function ThemeProvider({ theme, children }: ThemeProviderProps): JSX.Element;
//# sourceMappingURL=ThemeProvider.d.ts.map