@rocket.chat/layout
    Preparing search index...

    Type Alias AnchorParams

    type AnchorParams = {
        id: string;
        ref: MutableRefObject<null>;
        toggle: Dispatch<SetStateAction<boolean>>;
    }
    Index

    Properties

    Properties

    id: string
    ref: MutableRefObject<null>
    toggle: Dispatch<SetStateAction<boolean>>