UNPKG

sryd-charts-enterprise

Version:

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

7 lines (6 loc) 340 B
import { TextualPointStateMachine } from '../states/textualPointState'; import { CommentProperties } from './commentProperties'; import type { CommentScene } from './commentScene'; export declare class CommentStateMachine extends TextualPointStateMachine<CommentProperties, CommentScene> { protected createDatum(): CommentProperties; }