UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Microsoft 365.

5 lines 345 B
import { styled } from '../../Utilities'; import { ColorPickerGridCellBase } from './ColorPickerGridCell.base'; import { getStyles } from './ColorPickerGridCell.styles'; export var ColorPickerGridCell = styled(ColorPickerGridCellBase, getStyles, undefined, { scope: 'ColorPickerGridCell' }, true); //# sourceMappingURL=ColorPickerGridCell.js.map