UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

6 lines 230 B
import { IUserPickerProps } from '../IUserPickerProps'; import { IUserInfo } from './IUserInfo'; export interface IGlobalState extends IUserPickerProps { selectedUsers: IUserInfo[]; } //# sourceMappingURL=IGlobalState.d.ts.map