UNPKG

react-lightweight-charts-simple

Version:

A simple react wrapper for lightweight-charts library

8 lines (7 loc) 224 B
import { PriceLineOptions } from 'lightweight-charts'; /** * Create a price line for the series. * * ❗Only use inside `<Series />`. */ export declare const PriceLine: (props: Partial<PriceLineOptions>) => null;