@fluentui/react
Version:
Reusable React components for building web experiences.
7 lines • 593 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 = void 0;
exports.ColorPickerGridCell = (0, Utilities_1.styled)(ColorPickerGridCell_base_1.ColorPickerGridCellBase, ColorPickerGridCell_styles_1.getStyles, undefined, { scope: 'ColorPickerGridCell' }, true);
});
//# sourceMappingURL=ColorPickerGridCell.js.map