UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

27 lines 1.46 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var React = require("react"); var SelectedPeopleList_Basic_Example_1 = require("../examples/SelectedPeopleList.Basic.Example"); var PeopleSelectedItemsListExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/SelectedItemsList/examples/SelectedPeopleList.Basic.Example.tsx'); exports.SelectedPeopleListPageProps = { title: 'SelectedPeopleList', componentName: 'SelectedPeopleList', componentUrl: 'https://github.com/OfficeDev/office-ui-fabric-react/tree/master/packages/office-ui-fabric-react/src/components/SelectedPeopleList', examples: [ { title: 'Selected People List', code: PeopleSelectedItemsListExampleCode, view: React.createElement(SelectedPeopleList_Basic_Example_1.PeopleSelectedItemsListExample, null) } ], propertiesTablesSources: [ require('!raw-loader!office-ui-fabric-react/src/components/SelectedItemsList/BaseSelectedItemsList.types.ts') ], overview: '', bestPractices: '', dos: require('!raw-loader!office-ui-fabric-react/src/components/SelectedItemsList/docs/SelectedPeopleListDos.md'), donts: require('!raw-loader!office-ui-fabric-react/src/components/SelectedItemsList/docs/SelectedPeopleListDonts.md'), isHeaderVisible: true, isFeedbackVisible: true }; //# sourceMappingURL=SelectedPeopleList.doc.js.map