UNPKG

@vandrei977/react-native-render-html

Version:

The hackable, full-featured Open Source HTML rendering solution for React Native.

7 lines 301 B
import { ReactElement } from 'react'; import { IMGElementStateError } from './img-types'; /** * Default error view for the {@link IMGElement} component. */ export default function IMGElementContentError(props: IMGElementStateError): ReactElement; //# sourceMappingURL=IMGElementContentError.d.ts.map