8 lines
261 B
Plaintext
8 lines
261 B
Plaintext
import React from 'react';
|
|
import { RowContainerType, RowCtrl } from 'ag-grid-community';
|
|
declare const _default: React.MemoExoticComponent<(params: {
|
|
rowCtrl: RowCtrl;
|
|
containerType: RowContainerType;
|
|
}) => React.JSX.Element>;
|
|
export default _default;
|