UNPKG

@hufe921/canvas-editor-plugin-diagram

Version:
7 lines (6 loc) 150 B
import { Lang } from '../enum/Lang'; export interface IDiagramOption { lang?: Lang; data?: string; onDestroy?: (message?: any) => void; }