UNPKG

@equinor/fusion-react-power-bi

Version:
9 lines 387 B
import { FC } from 'react'; import { IEmbedConfiguration } from 'powerbi-client'; export type PowerBIComponentConfig = Omit<IEmbedConfiguration, 'accessToken'>; export type PowerBIComponentProps = { config?: PowerBIComponentConfig; }; export declare const PowerBIReportView: FC<PowerBIComponentProps>; export default PowerBIReportView; //# sourceMappingURL=PowerBIReportView.d.ts.map