UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

28 lines 1.83 kB
define(["require", "exports", "react", "./examples/SwatchColorPicker.Basic.Example", "./SwatchColorPicker.checklist"], function (require, exports, React, SwatchColorPicker_Basic_Example_1, SwatchColorPicker_checklist_1) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var SwatchColorPickerBasicExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/SwatchColorPicker/examples/SwatchColorPicker.Basic.Example.tsx'); exports.SwatchColorPickerPageProps = { title: 'SwatchColorPicker', componentName: 'SwatchColorPicker', componentUrl: 'https://github.com/OfficeDev/office-ui-fabric-react/tree/master/packages/office-ui-fabric-react/src/components/SwatchColorPicker', componentStatus: SwatchColorPicker_checklist_1.SwatchColorPickerStatus, examples: [ { title: 'SwatchColorPicker', code: SwatchColorPickerBasicExampleCode, view: React.createElement(SwatchColorPicker_Basic_Example_1.SwatchColorPickerBasicExample, null) } ], propertiesTablesSources: [ require('!raw-loader!office-ui-fabric-react/src/components/SwatchColorPicker/SwatchColorPicker.types.ts') ], overview: require('!raw-loader!office-ui-fabric-react/src/components/SwatchColorPicker/docs/SwatchColorPickerOverview.md'), bestPractices: '', dos: require('!raw-loader!office-ui-fabric-react/src/components/SwatchColorPicker/docs/SwatchColorPickerDos.md'), donts: require('!raw-loader!office-ui-fabric-react/src/components/SwatchColorPicker/docs/SwatchColorPickerDonts.md'), isHeaderVisible: true, isFeedbackVisible: true }; }); //# sourceMappingURL=SwatchColorPicker.doc.js.map