All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.lib.debug.showDebugDirtyRect.d.ts Maven / Gradle / Ivy

import type { ZRenderType } from '../zrender';
interface Opts {
    style?: {
        backgroundColor?: string;
        color?: string;
    };
    autoHideDelay?: number;
}
export default function showDebugDirtyRect(zr: ZRenderType, opts?: Opts): void;
export {};




© 2015 - 2025 Weber Informatics LLC | Privacy Policy