jira项目笔记21-ant design table有tableProps属性
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[];
}