4 lines
162 B
TypeScript
4 lines
162 B
TypeScript
|
|
import type { OverlayState } from '../shared';
|
||
|
|
export declare const BASE_LOGO_SIZE = 36;
|
||
|
|
export declare function getIndicatorOffset(state: OverlayState): number;
|