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

    Type Alias TooltipWrapperProps

    type TooltipWrapperProps = {
        children: ReactElement | ((props: AnchorParams) => ReactNode);
        text: string;
    }
    Index

    Properties

    Properties

    children: ReactElement | ((props: AnchorParams) => ReactNode)
    text: string