UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

9 lines (8 loc) 261 B
export declare const UseDelayedVisibleDefaultProps: { showDelay: number; hideDelay: number; }; export declare const useDelayedVisible: (visible: boolean, showDelay?: number, hideDelay?: number) => { delayedVisible: boolean; mounted: boolean; };