| 1234 |
- import { PropsWithChildren } from "react";
- import { DageEditableCellProps } from "./types";
- export declare const DageEditableCell: <T extends Record<string, any>>({ title, editable, children, dataIndex, record, Input, handleSave, ...restProps }: PropsWithChildren<DageEditableCellProps<T>>) => import("react/jsx-runtime").JSX.Element;
- //# sourceMappingURL=EditableCell.d.ts.map
|