UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

1 lines 473 B
define([], function() { return "import * as React from 'react';\r\nexport interface IPickerItemProps<T> extends React.Props<any> {\r\n item: T;\r\n index: number;\r\n selected?: boolean;\r\n onRemoveItem?: () => void;\r\n /**\r\n * Internal Use only, gives a callback to the renderer to call when an item has changed.\r\n * This allows the base picker to keep track of changes in the items.\r\n */\r\n onItemChange?: (item: T, index: number) => void;\r\n}"; });