import React, { useMemo } from 'react';
import Icon from '../Icon/index';
import { Dropdown, Menu } from 'antd';
function LargeScreenComponentFiltr(props: ILargeScreenComponentFiltr) {
const {
filterList = [],
list = [],
showAll = '',
change,
styles,
menuList,
value
} = props;
const clickFilter = (value, type) => {
change?.(value, type);
};
const menu = () => {
return (