Guaxu Docs
    Preparing search index...

    Type Alias QuickAccessProps

    type QuickAccessProps = {
        content: string;
        href?: string;
        iconName: IconName;
        onClick?: (e: React.MouseEvent<Element, MouseEvent>) => void;
        target?: "_self" | "_blank";
        title: string;
    }
    Index

    Properties

    content: string
    href?: string
    iconName: IconName
    onClick?: (e: React.MouseEvent<Element, MouseEvent>) => void
    target?: "_self" | "_blank"
    title: string