UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

3 lines (2 loc) 211 B
import { IColorPickerGridCellStyleProps, IColorPickerGridCellStyles } from './ColorPickerGridCell.types'; export declare const getStyles: (props: IColorPickerGridCellStyleProps) => IColorPickerGridCellStyles;