UNPKG

table-reuse

Version:

A reusable table built on top of Antd ProTable

4 lines (3 loc) 309 B
import type { ProColumns } from "@ant-design/pro-components"; import type { TTableProps } from "../../../dataTypes"; export declare function createActionColumn<T extends Record<string, unknown>>(buildRowActions: TTableProps<T>["buildRowActions"], maxVisibleRowActions?: number): ProColumns<T> | undefined;