UNPKG

sryd-charts-enterprise

Version:

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

5 lines (4 loc) 244 B
import type { AnnotationTypeConfig } from '../annotationsSuperTypes'; import { TextProperties } from './textProperties'; import { TextScene } from './textScene'; export declare const textConfig: AnnotationTypeConfig<TextProperties, TextScene>;