UNPKG

@gluestack-ui/themed

Version:

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

8 lines (7 loc) 250 B
// import { Text } from '@gluestack-ui/ui'; import { styled } from '@gluestack-style/react'; import { Text } from '../../Text'; export default styled(Text, {}, { componentName: 'FormControlLabelAstrick', ancestorStyle: ['_labelAstrick'], });