@equinor/fusion-react-power-bi
Version:
React component for displaying an person information
9 lines • 376 B
TypeScript
export type ErrorTypes = 'error' | 'accessDenied' | 'notFound' | 'noData' | 'failedDependency' | 'throttle';
export type ErrrorProperties = {
title?: string;
message?: string;
type?: ErrorTypes;
};
export { PowerBIReportErrorBoundary } from './PowerBIReportErrorBoundary';
export { default } from './PowerBIReportErrorBoundary';
//# sourceMappingURL=index.d.ts.map