@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) • 307 B
TypeScript
import * as React from 'react';
import { BoxProps } from 'rebass';
import { AdaptableStyle } from '../types';
interface StylePreviewProps extends BoxProps {
styleObject: AdaptableStyle;
}
export declare const StylePreview: React.FunctionComponent<React.PropsWithChildren<StylePreviewProps>>;
export {};