@xylabs/sdk-react
    Preparing search index...

    Interface NavListItemProps

    interface NavListItemProps {
        href?: string;
        icon?: ReactNode;
        onButtonClick?: MouseEventHandler<HTMLLIElement>;
        primary: ReactNode;
        to?: To;
        tooltip?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    href?: string
    icon?: ReactNode
    onButtonClick?: MouseEventHandler<HTMLLIElement>
    primary: ReactNode
    to?: To
    tooltip?: string