UNPKG

@clevertrackdk/powerbi-report-component

Version:

It's a minimalistic react component to embed a Microsoft PowerBI report, dashboard or tile into your react application.

5 lines (4 loc) 159 B
import * as React from 'react'; import { ReportProps } from './types'; declare const Report: (props: ReportProps) => React.JSX.Element; export default Report;