canvas.d.ts 268 B

1234567
  1. import type { Canvas } from '../Canvas';
  2. /**
  3. * destroy existed canvas with the same id
  4. */
  5. export declare function cleanExistedCanvas(container: string | HTMLElement, canvas: Canvas): void;
  6. export declare const isBrowser: boolean;
  7. //# sourceMappingURL=canvas.d.ts.map