@nativetail/ui 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nativetail/ui",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "",
5
5
  "main": "src/index.ts",
6
6
  "scripts": {},
@@ -40,7 +40,7 @@ const buttonVariants = cva(
40
40
  },
41
41
  }
42
42
  );
43
- type ButtonProps = MotiPressableProps &
43
+ export type ButtonProps = MotiPressableProps &
44
44
  VariantProps<typeof buttonVariants> & {
45
45
  text?: string;
46
46
  disabled?: boolean;