UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

8 lines 402 B
import { FileBrowserService } from "../../../../../services/FileBrowserService"; import { ILibrary } from "../../../../../services/FileBrowserService.types"; export interface IDocumentLibraryBrowserProps { fileBrowserService: FileBrowserService; includePageLibraries?: boolean; onOpenLibrary: (selectedLibrary: ILibrary) => void; } //# sourceMappingURL=IDocumentLibraryBrowserProps.d.ts.map