UNPKG

swiftui-react-native

Version:

A React Native component library inspired by SwiftUI

4 lines (3 loc) 184 B
import React from 'react'; import { SectionProps } from './types'; export declare function Section({ style, children, header, footer, ...modifiers }: SectionProps): React.JSX.Element;