fix(Input): change the way input types are exporting
This commit is contained in:
@@ -49,8 +49,8 @@ export const inputVariants = tv({
|
||||
},
|
||||
});
|
||||
|
||||
export type InputVariant = VariantProps<typeof inputVariants>['variant'];
|
||||
export type InputSize = VariantProps<typeof inputVariants>['size'];
|
||||
type InputVariant = VariantProps<typeof inputVariants>['variant'];
|
||||
type InputSize = VariantProps<typeof inputVariants>['size'];
|
||||
|
||||
export type InputProps = {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user