UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

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