UNPKG

@cranberry-money/shared-constants

Version:

Shared constants for Blueberry platform

11 lines 357 B
export declare const UI_TIMING: { readonly TOOLTIP_DELAY: 300; readonly ANIMATION_FAST: 150; readonly ANIMATION_NORMAL: 200; readonly ANIMATION_SLOW: 300; readonly TRANSITION_FAST: 150; readonly TRANSITION_NORMAL: 200; readonly DEBOUNCE_DELAY: 300; }; export type UITiming = typeof UI_TIMING; //# sourceMappingURL=timing.d.ts.map