UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

8 lines 347 B
import { IFilePickerTab } from ".."; import { ISearchSuggestion } from "."; import { FilesSearchService } from "../../../../services/FilesSearchService"; export interface IWebSearchTabProps extends IFilePickerTab { bingSearchService: FilesSearchService; suggestions?: ISearchSuggestion[]; } //# sourceMappingURL=IWebSearchTabProps.d.ts.map