UNPKG

sryd-charts-enterprise

Version:

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

7 lines (6 loc) 349 B
import { TextualStartEndStateMachine } from '../states/textualStartEndState'; import { CalloutProperties } from './calloutProperties'; import type { CalloutScene } from './calloutScene'; export declare class CalloutStateMachine extends TextualStartEndStateMachine<CalloutProperties, CalloutScene> { protected createDatum(): CalloutProperties; }