import { Button, Dropdown, Menu, Modal, Table, TableProps } from "antd";
interface ISearchListProps extends TableProps<Project> {
users: User[];
}
微信扫一扫
import { Button, Dropdown, Menu, Modal, Table, TableProps } from "antd";
interface ISearchListProps extends TableProps<Project> {
users: User[];
}
相关推荐