UNPKG

swiftui-react-native

Version:

A React Native component library inspired by SwiftUI

4 lines (3 loc) 248 B
import React from 'react'; import { TextProps } from './types'; export declare const ShadowText: ({ font, italic, padding, rotationEffect, fontWeight, bold, scaleEffect, border, frame, style, children, fontSize, }: TextProps) => React.JSX.Element;