UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

17 lines 789 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var React = require("react"); var ColorPicker_1 = require("office-ui-fabric-react/lib/ColorPicker"); var ColorPickerBasicExample = /** @class */ (function (_super) { tslib_1.__extends(ColorPickerBasicExample, _super); function ColorPickerBasicExample() { return _super !== null && _super.apply(this, arguments) || this; } ColorPickerBasicExample.prototype.render = function () { return React.createElement(ColorPicker_1.ColorPicker, { color: "#FFFFFF" }); }; return ColorPickerBasicExample; }(React.Component)); exports.ColorPickerBasicExample = ColorPickerBasicExample; //# sourceMappingURL=ColorPicker.Basic.Example.js.map