UNPKG

@ultraviolet/plus

Version:
22 lines (21 loc) 589 B
export declare const NAVIGATION_MIN_WIDTH = 220; export declare const NAVIGATION_WIDTH = 280; export declare const NAVIGATION_COLLASPED_WIDTH = 67; export declare const NAVIGATION_MAX_WIDTH = 320; /** * ANIMATIONS * collapse and expand animation duration of the whole nav in ms */ export declare const ANIMATION_DURATION = 250; export declare const shrinkHeight: { name: string; styles: string; anim: 1; toString: () => string; } & string; export declare const groupAnimation: { name: string; styles: string; anim: 1; toString: () => string; } & string;