UNPKG

@superset-ui/core

Version:
5 lines 308 B
/// <reference types="react" /> import { FallbackPropsWithDimension } from './SuperChart'; export type Props = FallbackPropsWithDimension; export default function FallbackComponent({ componentStack, error, height, width, }: Props): import("react").JSX.Element; //# sourceMappingURL=FallbackComponent.d.ts.map