@equinor/fusion-react-power-bi
Version:
React component for displaying an person information
9 lines • 387 B
TypeScript
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