UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

25 lines 1.66 kB
define(["require", "exports", "react", "./examples/PeoplePicker.Types.Example"], function (require, exports, React, PeoplePicker_Types_Example_1) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var PeoplePickerTypesExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/pickers/PeoplePicker/examples/PeoplePicker.Types.Example.tsx'); exports.PeoplePickerPageProps = { title: 'PeoplePicker', componentName: 'PeoplePicker', componentUrl: 'https://github.com/OfficeDev/office-ui-fabric-react/tree/master/packages/office-ui-fabric-react/src/components/PeoplePicker', examples: [ { title: 'People Pickers', code: PeoplePickerTypesExampleCode, view: React.createElement(PeoplePicker_Types_Example_1.PeoplePickerTypesExample, null) } ], propertiesTablesSources: [require('!raw-loader!office-ui-fabric-react/src/components/pickers/BasePicker.types.ts')], overview: require('!raw-loader!office-ui-fabric-react/src/components/pickers/PeoplePicker/docs/PeoplePickerOverview.md'), bestPractices: require('!raw-loader!office-ui-fabric-react/src/components/pickers/PeoplePicker/docs/PeoplePickerBestPractices.md'), dos: require('!raw-loader!office-ui-fabric-react/src/components/pickers/PeoplePicker/docs/PeoplePickerDos.md'), donts: require('!raw-loader!office-ui-fabric-react/src/components/pickers/PeoplePicker/docs/PeoplePickerDonts.md'), isHeaderVisible: true, isFeedbackVisible: true }; }); //# sourceMappingURL=PeoplePicker.doc.js.map