UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

7 lines 315 B
import { IPropertyFieldSite } from '../IPropertyFieldSitePicker'; export interface IPropertyFieldSitePickerListItemProps { site: IPropertyFieldSite; checked: boolean; handleCheckboxChange(site: IPropertyFieldSite, checked: boolean): void; } //# sourceMappingURL=IPropertyFieldSitePickerListItem.d.ts.map