UNPKG

sryd-charts-enterprise

Version:

Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue

5 lines (4 loc) 321 B
import type { AnnotationTypeConfig } from '../annotationsSuperTypes'; import { ParallelChannelProperties } from './parallelChannelProperties'; import { ParallelChannelScene } from './parallelChannelScene'; export declare const parallelChannelConfig: AnnotationTypeConfig<ParallelChannelProperties, ParallelChannelScene>;