UNPKG

ag-grid-community

Version:

Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue

22 lines (21 loc) 1.03 kB
export interface ComponentType { propertyName: string; cellRenderer: boolean; } export declare const DateComponent: ComponentType; export declare const HeaderComponent: ComponentType; export declare const HeaderGroupComponent: ComponentType; export declare const CellRendererComponent: ComponentType; export declare const CellEditorComponent: ComponentType; export declare const InnerRendererComponent: ComponentType; export declare const LoadingOverlayComponent: ComponentType; export declare const NoRowsOverlayComponent: ComponentType; export declare const TooltipComponent: ComponentType; export declare const FilterComponent: ComponentType; export declare const FloatingFilterComponent: ComponentType; export declare const ToolPanelComponent: ComponentType; export declare const StatusPanelComponent: ComponentType; export declare const FullWidth: ComponentType; export declare const FullWidthLoading: ComponentType; export declare const FullWidthGroup: ComponentType; export declare const FullWidthDetail: ComponentType;