UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

7 lines 289 B
import { IFilePickerTab } from ".."; import { FilesSearchService } from "../../../../services/FilesSearchService"; export interface IStockImagesProps extends IFilePickerTab { language: string; fileSearchService: FilesSearchService; } //# sourceMappingURL=IStockImagesProps.d.ts.map