UNPKG

opendash

Version:

open.DASH data visualization framework

9 lines (8 loc) 242 B
import React from "react"; import Highcharts from "highcharts"; interface Props { options: Highcharts.Options; style?: React.CSSProperties; } export declare const HighchartsChart: React.NamedExoticComponent<Props>; export {};