@fluentui/react
Version:
Reusable React components for building web experiences.
10 lines • 716 B
JavaScript
define(["require", "exports", "tslib", "./ColorPicker", "./ColorPicker.base", "./ColorPicker.types", "./ColorRectangle/ColorRectangle.types", "./ColorSlider/ColorSlider.types"], function (require, exports, tslib_1, ColorPicker_1, ColorPicker_base_1, ColorPicker_types_1, ColorRectangle_types_1, ColorSlider_types_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
tslib_1.__exportStar(ColorPicker_1, exports);
tslib_1.__exportStar(ColorPicker_base_1, exports);
tslib_1.__exportStar(ColorPicker_types_1, exports);
tslib_1.__exportStar(ColorRectangle_types_1, exports);
tslib_1.__exportStar(ColorSlider_types_1, exports);
});
//# sourceMappingURL=index.js.map