UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

15 lines 613 B
import * as React from 'react'; import { IPropertyFieldSitePickerHostProps, ISitePickerState } from './IPropertyFieldSitePickerHost'; export default class PropertyFieldSitePickerHost extends React.Component<IPropertyFieldSitePickerHostProps, ISitePickerState> { private searchService; private async; constructor(props: IPropertyFieldSitePickerHostProps); private onSearchFieldChange; private handleCheckboxChange; /** * componentWillUnmount lifecycle hook */ componentWillUnmount(): void; render(): JSX.Element; } //# sourceMappingURL=PropertyFieldSitePickerHost.d.ts.map