@adaptabletools/adaptable
Version:
Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements
8 lines (7 loc) • 341 B
TypeScript
import * as React from 'react';
import { SharedEntityRowProps } from '../Components/SharedProps/ConfigEntityRowProps';
export interface SystemStatusEntityRowProps extends SharedEntityRowProps<SystemStatusEntityRow> {
}
export declare class SystemStatusEntityRow extends React.Component<SystemStatusEntityRowProps, {}> {
render(): any;
}