• Controls the visibility and mounting state of a component using transition effects.

    Parameters

    • isOpen: boolean

    Returns {
        isMounted: boolean;
        isVisible: boolean;
        refNode: RefObject<HTMLDivElement>;
    }

    • isMounted: boolean
    • isVisible: boolean
    • refNode: RefObject<HTMLDivElement>

Generated using TypeDoc