UNPKG

@a1um1/lightweight-charts-react-wrapper

Version:

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

7 lines (6 loc) 314 B
import { type IReactiveSeriesPrimitive } from "../internal/series-primitive.js"; export type { IReactiveSeriesPrimitive }; export declare type SeriesPrimitiveProps<T> = T & { view: IReactiveSeriesPrimitive<T>; }; export declare const SeriesPrimitive: <T>(props: SeriesPrimitiveProps<T>) => JSX.Element | null;