interface MenuSiderFilterPanelProps {
    filters: ReactNode;
    filtersText: string;
    onSwitcherChange?: ((isExpand: boolean) => void);
}

Properties

filters: ReactNode
filtersText: string
onSwitcherChange?: ((isExpand: boolean) => void)