UNPKG

@vandrei977/react-native-render-html

Version:

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

4 lines 303 B
import React, { PropsWithChildren } from 'react'; import { GenericPressableProps } from './shared-types'; export default function GenericPressable({ style, children, borderless, ...otherProps }: PropsWithChildren<GenericPressableProps>): React.JSX.Element; //# sourceMappingURL=GenericPressable.d.ts.map