UNPKG

@adaptabletools/adaptable

Version:

Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements

9 lines (8 loc) 314 B
import * as React from 'react'; import { ModuleInfo } from '../../Strategy/Interface/IModule'; export interface ModuleProfileProps extends React.ClassAttributes<ModuleProfile> { moduleInfo: ModuleInfo; } export declare class ModuleProfile extends React.Component<ModuleProfileProps, {}> { render(): any; }