UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

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