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

    Type Alias ActionLinkProps

    ActionLinkProps: {
        children: ReactNode;
        fontScale?: ComponentProps<typeof Box>["fontScale"];
        href?: string;
    } & AnchorHTMLAttributes<HTMLAnchorElement>