@adaptabletools/adaptable
Version:
Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements
10 lines (9 loc) • 354 B
TypeScript
import * as React from 'react';
import { AdaptableStyle } from '../../AdaptableState/Common/AdaptableStyle';
export interface StyleVisualItemProps extends React.ClassAttributes<StyleVisualItem> {
Style: AdaptableStyle;
Text?: string;
}
export declare class StyleVisualItem extends React.Component<StyleVisualItemProps, {}> {
render(): any;
}