@gapo_types/typography
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@gapo_types/typography", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Gapo UI components in React", | ||
@@ -20,3 +20,3 @@ "license": "Apache-2.0", | ||
}, | ||
"gitHead": "40d0e7730786591422a79de0704c68dbab81526b" | ||
"gitHead": "cfee4e7f6aa604821402a00e1de4d4aee6e32c65" | ||
} |
@@ -11,5 +11,5 @@ import { | ||
export interface GapoTypographyProps<T extends ElementType = 'div'> | ||
export interface GapoTypographyProps<T extends ElementType, C extends ColorVersion> | ||
extends DOMProps, | ||
ViewStyleProps<ColorVersion>, | ||
ViewStyleProps<C>, | ||
CustomStyleProps { | ||
@@ -16,0 +16,0 @@ /** |
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
2147