UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

3 lines 289 B
import { BaseComponentContext } from "@microsoft/sp-component-base"; export declare const useDeleteFile: (context: BaseComponentContext) => readonly [(driveId: string, siteId: string, itemId: string, uploadLocation: string) => Promise<boolean>]; //# sourceMappingURL=useDeleteFile.d.ts.map