UNPKG

@raona/sp

Version:

Raona utilities to work with Sharepoint using pnp/sp

9 lines (8 loc) 267 B
import { IDropdownOption } from "office-ui-fabric-react/lib/components/Dropdown/Dropdown.types"; export interface ChoiceData { name: string; choices: IDropdownOption[]; multiple: boolean; exclusiveKey?: string; changedValues?: string[]; }