UNPKG

sryd-charts-enterprise

Version:

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

7 lines (6 loc) 316 B
import { TextualPointStateMachine } from '../states/textualPointState'; import { TextProperties } from './textProperties'; import type { TextScene } from './textScene'; export declare class TextStateMachine extends TextualPointStateMachine<TextProperties, TextScene> { protected createDatum(): TextProperties; }