UNPKG

ag-grid-react

Version:
4 lines (3 loc) 203 B
import React from 'react'; import type { InternalAgGridReactProps } from '../shared/interfaces'; export declare const AgGridReactUi: <TData>(props: InternalAgGridReactProps<TData>) => React.JSX.Element;