@vandrei977/react-native-render-html
Version:
The hackable, full-featured Open Source HTML rendering solution for React Native.
7 lines • 368 B
TypeScript
import { PropsWithChildren, ReactElement } from 'react';
import { IMGElementStateLoading } from './img-types';
/**
* Default loading view for the {@link IMGElement} component.
*/
export default function IMGElementContentLoading({ dimensions, children }: PropsWithChildren<IMGElementStateLoading>): ReactElement;
//# sourceMappingURL=IMGElementContentLoading.d.ts.map