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

    Interface DrawerMenuItem

    interface DrawerMenuItem {
        icon: ReactNode;
        label: string;
        path: string;
    }
    Index

    Properties

    Properties

    icon: ReactNode
    label: string
    path: string