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

    Interface MiniDrawerProps

    interface MiniDrawerProps {
        menuItems: DrawerMenuItem[];
        open: boolean;
        openHandler: Dispatch<SetStateAction<boolean>>;
    }
    Index

    Properties

    menuItems: DrawerMenuItem[]
    open: boolean
    openHandler: Dispatch<SetStateAction<boolean>>