UNPKG

@gluestack-ui/themed

Version:

A universal themed components for React Native, Next.js & React

7 lines (6 loc) 241 B
import { View } from 'react-native'; import { styled } from '@gluestack-style/react'; export default styled(View, {}, { componentName: 'FormControl', descendantStyle: ['_labelText', '_helperText', '_errorText', '_labelAstrick'], });