elearning/Frontend-Learner/node_modules/vue-devtools-stub/dist/index.d.ts
2026-01-13 10:48:02 +07:00

10 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 };