office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
6 lines • 525 B
JavaScript
define(["require", "exports", "../../Utilities", "./SwatchColorPicker.base", "./SwatchColorPicker.styles"], function (require, exports, Utilities_1, SwatchColorPicker_base_1, SwatchColorPicker_styles_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SwatchColorPicker = Utilities_1.styled(SwatchColorPicker_base_1.SwatchColorPickerBase, SwatchColorPicker_styles_1.getStyles, undefined, { scope: 'SwatchColorPicker' });
});
//# sourceMappingURL=SwatchColorPicker.js.map