2025-09-05 14:59:21 +08:00

11 lines
348 B
TypeScript

declare const setupDevtoolsPlugin: () => void;
declare const isPerformanceSupported: () => boolean;
declare const now: () => number;
declare const _default: {
setupDevtoolsPlugin: () => void;
isPerformanceSupported: () => boolean;
now: () => number;
};
export { _default as default, isPerformanceSupported, now, setupDevtoolsPlugin };