We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a8f985 commit 640bdaaCopy full SHA for 640bdaa
packages/app-typescript/components/Button.tsx
@@ -1,7 +1,7 @@
1
-import { TouchableOpacity, View } from 'react-native';
+import { TouchableOpacity } from 'react-native';
2
import { type VariantProps } from 'jacaranda';
3
import { Typography } from './Typography';
4
-import { sva, styled } from '../jacaranda.config';
+import { sva } from '../jacaranda.config';
5
6
type ButtonProps = VariantProps<typeof buttonStyles> & {
7
children?: React.ReactNode;
0 commit comments