UNPKG

513 BTypeScriptView Raw
1import {Component} from "react";
2import {AgGridReactProps, AgReactUiProps} from "./lib/shared/interfaces";
3import {AgGridColumnGroupProps, AgGridColumnProps} from "./lib/shared/agGridColumn";
4
5export * from './lib/agGridReact';
6export * from './lib/shared/agGridColumn';
7
8export declare class AgGridReact extends Component<AgGridReactProps | AgReactUiProps, {}> {
9}
10
11export declare class AgGridColumn extends Component<AgGridColumnProps | AgGridColumnGroupProps, {}> {
12}
13
14export * from "./lib/shared/interfaces";