UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

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