xiaokuaisong-shopapp/uniapp05/node_modules/zrender/lib/debug/showDebugDirtyRect.d.ts
2024-10-18 16:05:19 +08:00

11 lines
264 B
TypeScript

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