UNPKG

swiftui-react-native

Version:

A React Native component library inspired by SwiftUI

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