Preparing search index...
    interface MenuSiderProps {
        actions?: ReactNode;
        canCollapseFull?: boolean;
        "data-qaid"?: string;
        extraButtons?: ReactNode;
        footer?: ReactNode;
        noBodyPadding?: boolean;
        noHeader?: boolean;
        onStartChangeWidth?: () => void;
        onStopChangeWidth?: () => void;
        title: string;
    }
    Index

    Properties

    actions?: ReactNode
    canCollapseFull?: boolean
    "data-qaid"?: string
    extraButtons?: ReactNode
    footer?: ReactNode
    noBodyPadding?: boolean
    noHeader?: boolean
    onStartChangeWidth?: () => void
    onStopChangeWidth?: () => void
    title: string