UNPKG

ag-grid-react

Version:
8 lines (7 loc) 286 B
import React from 'react'; import type { RowContainerType, RowCtrl } from 'ag-grid-community'; declare const _default: React.MemoExoticComponent<({ rowCtrl, containerType }: { rowCtrl: RowCtrl; containerType: RowContainerType; }) => React.JSX.Element>; export default _default;