office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
5 lines • 343 B
JavaScript
import { styled } from '../../Utilities';
import { ColorPickerGridCellBase } from './ColorPickerGridCell.base';
import { getStyles } from './ColorPickerGridCell.styles';
export var ColorPickerGridCell = styled(ColorPickerGridCellBase, getStyles, undefined, { scope: 'ColorPickerGridCell' });
//# sourceMappingURL=ColorPickerGridCell.js.map