@pnp/spfx-controls-react
Version:
Reusable React controls for SharePoint Framework solutions
11 lines • 334 B
TypeScript
import { ISPField } from '../../common/SPEntities';
export interface IListItemPickerState {
noresultsFoundText: string;
showError: boolean;
errorMessage: string;
suggestionsHeaderText: string;
selectedItems?: any[];
field?: ISPField;
safeListId: string;
}
//# sourceMappingURL=IListItemPickerState.d.ts.map