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 { DisjointChannelProperties } from './disjointChannelProperties'; import { DisjointChannelScene } from './disjointChannelScene'; export declare const disjointChannelConfig: AnnotationTypeConfig<DisjointChannelProperties, DisjointChannelScene>;