elearning/Frontend-Learner/node_modules/vue-devtools-stub/dist/index.d.ts

11 lines
348 B
TypeScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
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 };