UNPKG

@ag-grid-community/react

Version:
13 lines (12 loc) 395 B
// @ag-grid-community/react v26.0.0 import { CellCtrl } from '@ag-grid-community/core'; import React from 'react'; import { EditDetails } from './cellComp'; declare const _default: React.MemoExoticComponent<(props: { editDetails: EditDetails; cellCtrl: CellCtrl; eParentCell: HTMLElement; wrappedContent?: any; jsChildComp?: any; }) => JSX.Element>; export default _default;