@vandrei977/react-native-render-html
Version:
The hackable, full-featured Open Source HTML rendering solution for React Native.
9 lines • 392 B
TypeScript
import { PropsWithChildren, ReactElement } from 'react';
import { IMGElementStateBase } from './img-types';
/**
* Alt view for the {@link IMGElement} component.
*/
export default function IMGElementContentAlt({ dimensions, alt, altColor, testID, children }: PropsWithChildren<IMGElementStateBase & {
testID?: string;
}>): ReactElement;
//# sourceMappingURL=IMGElementContentAlt.d.ts.map