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

Properties

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