UNPKG

@uiw/react-native

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