UNPKG

@uiw/react-native

Version:
6 lines (5 loc) 178 B
/// <reference types="react" /> import { ViewProps } from 'react-native'; export interface HrProps extends ViewProps { } export default function Hr(props: HrProps): JSX.Element;