UNPKG

232 BTypeScriptView Raw
1import type { Canvas } from '../Canvas';
2/**
3 * destroy existed canvas with the same id
4 */
5export declare function cleanExistedCanvas(container: string | HTMLElement, canvas: Canvas): void;
6export declare const isBrowser: boolean;