11 lines
348 B
TypeScript
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 };
|