UNPKG

@uiw/react-native

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