UNPKG

chart-0714

Version:

Professional trading chart library with advanced customization for trading journal apps

3 lines (2 loc) 173 B
import { ChartProps, ChartRef } from './types'; export declare const Chart: import('react').ForwardRefExoticComponent<ChartProps & import('react').RefAttributes<ChartRef>>;