Preparing search index...
    interface MenuSiderFilterPanelProps {
        filters: ReactNode;
        filtersText: string;
        onSwitcherChange?: (isExpand: boolean) => void;
    }
    Index

    Properties

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