wilddragon-site/node_modules/next/dist/next-devtools/dev-overlay/utils/indicator-metrics.d.ts

4 lines
162 B
TypeScript
Raw Normal View History

2026-04-17 15:51:01 -04:00
import type { OverlayState } from '../shared';
export declare const BASE_LOGO_SIZE = 36;
export declare function getIndicatorOffset(state: OverlayState): number;