UNPKG

@uiw/react-native

Version:
6 lines (5 loc) 179 B
import React from 'react'; import { ViewProps } from 'react-native'; export interface HrProps extends ViewProps { } export default function Hr(props: HrProps): React.JSX.Element;