UNPKG

copper-ui

Version:

Modern React UI components library with TypeScript support, built on top of Ant Design

4 lines 422 B
import { TTableFormItemProps } from '../model/table-form-item.types'; declare const TableFormItem: <T extends Record<string, unknown> = Record<string, unknown>>({ value, onChange, columns, rowKey, title, addButtonText, defaultRowValue, pagination, onEditingChange, className, }: TTableFormItemProps<T>) => import("react/jsx-runtime").JSX.Element; export default TableFormItem; //# sourceMappingURL=table-form-item.d.ts.map