UNPKG

@adaptabletools/adaptable-cjs

Version:

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

11 lines (10 loc) 364 B
import * as React from 'react'; import { AdaptableStyle } from '../types'; import { BoxProps } from './Flex'; interface StylePreviewProps extends BoxProps { styleObject: AdaptableStyle; className?: string; style?: React.CSSProperties; } export declare const StylePreview: React.FunctionComponent<React.PropsWithChildren<StylePreviewProps>>; export {};