7 lines
221 B
Plaintext
7 lines
221 B
Plaintext
import { RowContainerName } from 'ag-grid-community';
|
|
import React from 'react';
|
|
declare const _default: React.MemoExoticComponent<(params: {
|
|
name: RowContainerName;
|
|
}) => React.JSX.Element>;
|
|
export default _default;
|