UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

7 lines (6 loc) 206 B
import { BasePicker, IBasePickerProps } from './index'; export interface ISimple { key: string; name: string; } export declare type TypedBasePicker = BasePicker<ISimple, IBasePickerProps<ISimple>>;