@clevertrackdk/powerbi-report-component
Version:
It's a minimalistic react component to embed a Microsoft PowerBI report, dashboard or tile into your react application.
6 lines (5 loc) • 343 B
TypeScript
declare const clean: (obj: any) => any;
declare const validateAndInvokeCallback: (callback: Function | undefined, data: any) => void;
declare const isEmptyObject: (obj: Object) => boolean;
declare const generateRandomHexWithId: (embedId: string) => string;
export { clean, validateAndInvokeCallback, isEmptyObject, generateRandomHexWithId, };