UNPKG

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) 177 B
/// <reference types="react" /> import { ReportVisualProps } from './types'; declare const ReportVisual: (props: ReportVisualProps) => JSX.Element; export default ReportVisual;