UNPKG

378 BTypeScriptView Raw
1// ag-grid-react v26.2.0
2import { CellCtrl } from 'ag-grid-community';
3import React from 'react';
4import { EditDetails } from './cellComp';
5declare const _default: React.MemoExoticComponent<(props: {
6 editDetails: EditDetails;
7 cellCtrl: CellCtrl;
8 eParentCell: HTMLElement;
9 wrappedContent?: any;
10 jsChildComp?: any;
11}) => JSX.Element>;
12export default _default;