UNPKG

swiftui-react-native

Version:

A React Native component library inspired by SwiftUI

7 lines (6 loc) 250 B
import React from 'react'; import { VStackProps } from './types'; export declare function VStack({ style, alignment, spacing, children, ...modifiers }: VStackProps): React.JSX.Element; export declare namespace VStack { var displayName: string; }