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