UNPKG

@equinor/fusion-react-power-bi

Version:
11 lines 403 B
import { PropsWithChildren, FunctionComponent } from 'react'; import { ApiClient } from '../../types'; type Props = PropsWithChildren<{ id: string; hasContext: boolean; reloadOnContextChange?: boolean; apiClient: ApiClient; }>; export declare const PowerBIReportProvider: FunctionComponent<Props>; export default PowerBIReportProvider; //# sourceMappingURL=PowerBIReportProvider.d.ts.map