UNPKG

@a1um1/lightweight-charts-react-wrapper

Version:

![bundle-size](https://badgen.net/bundlephobia/minzip/lightweight-charts-react-wrapper/)

7 lines (6 loc) 383 B
import { type ReactNode } from "react"; import type { IPriceLine, CreatePriceLineOptions } from "lightweight-charts"; export interface PriceLineProps extends CreatePriceLineOptions { children?: ReactNode; } export declare const PriceLine: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<PriceLineProps & import("react").RefAttributes<IPriceLine>>>;