UNPKG

mthb-offscreen-canvas-table

Version:
5 lines (4 loc) 92 B
export interface IDrawable { askForReDraw(): void; isPlanToRedraw(): boolean; }