EditableCell.d.ts 377 B

1234
  1. import { PropsWithChildren } from "react";
  2. import { DageEditableCellProps } from "./types";
  3. 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;
  4. //# sourceMappingURL=EditableCell.d.ts.map