UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

19 lines (18 loc) 737 B
/// <reference types="react" /> import { BaseComponent } from 'office-ui-fabric-react/lib/Utilities'; import 'office-ui-fabric-react/lib/components/pickers/PeoplePicker/examples/PeoplePicker.Types.Example.scss'; export declare class PeopleSelectedItemsListExample extends BaseComponent<{}, {}> { private _selectionList; private index; private selection; render(): JSX.Element; private _renderExtendedPicker(); private _onRenderItem; private _renderPersonaElement(props, defaultRender); private _setComponentRef; private _onAddItemButtonClicked; private _onExpandItem; private _onSelectionChange(); private _onCopyItems(items); private _getExpandedGroupItems(item); }