@tw-classed/core
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -54,2 +54,3 @@ import type * as Util from "./util"; | ||
} ? Pick<T[0], "variants" | "defaultVariants"> : {}) & (T extends [lead: any, ...tail: infer V] ? ClassedVariants<V> : {}); | ||
export type VariantProps<T extends ClassedType<any, any>> = InferVariantProps<T[$$ClassedVariants]["variants"]>; | ||
export interface ClassedCoreFunctionType { | ||
@@ -56,0 +57,0 @@ <Composers extends (string | Util.Function | { |
@@ -54,2 +54,3 @@ import type * as Util from "./util"; | ||
} ? Pick<T[0], "variants" | "defaultVariants"> : {}) & (T extends [lead: any, ...tail: infer V] ? ClassedVariants<V> : {}); | ||
export type VariantProps<T extends ClassedType<any, any>> = InferVariantProps<T[$$ClassedVariants]["variants"]>; | ||
export interface ClassedCoreFunctionType { | ||
@@ -56,0 +57,0 @@ <Composers extends (string | Util.Function | { |
{ | ||
"name": "@tw-classed/core", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "A Stitches & Styled-Components inspired library to create reusable Tailwind react components", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25471
29
545