UNPKG

enchoice-fabric-react-lib

Version:

This project was created to integrate Microsoft Fabric React

7 lines (6 loc) 230 B
export interface IExportCommand { urlCommand: string; contentType: string; fileType: string; } export declare function executeExportCommand(url: string, id: string, command: IExportCommand, ids: string[]): void;