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