UNPKG

@smkit/ui

Version:

UI Kit of SberMarketing

27 lines (26 loc) 685 B
import type { Position } from "./types"; export declare const DEFAULT_TOOLTIP_DELAY = 500; export declare const DEFAULT_CLOSE_TOOLTIP_DELAY = 100; export declare const CURSOR_TOP_MARGIN = 20; export declare const GAP = 15; export declare const ARROW_WIDTH = 20; export declare const ARROW_HEIGHT = 10; export declare const POSITION2ARROW: Record<Position, Position>; export declare const ARROW_STYLES: { top: { container: string; arrow: string; }; right: { container: string; arrow: string; }; bottom: { container: string; arrow: string; }; left: { container: string; arrow: string; }; };