UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

10 lines (9 loc) 438 B
import * as React from 'react'; import { ITagPickerDemoPageState } from 'office-ui-fabric-react/lib/components/pickers/examples/ITagPickerDemoPageState'; export declare class TagPickerBasicExample extends React.Component<{}, ITagPickerDemoPageState> { constructor(); render(): JSX.Element; private _onDisabledButtonClick(); private _onFilterChanged(filterText, tagList); private _listContainsDocument(tag, tagList); }