@gapo_types/typography
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "@gapo_types/typography", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Gapo UI components in React", | ||
@@ -20,3 +20,3 @@ "license": "Apache-2.0", | ||
}, | ||
"gitHead": "b1ea254de296a6c92b4da8ffb5bf1cb72768ad25" | ||
"gitHead": "2a7eb7c85b6078d90ff186bb9f5bd4a6943ee951" | ||
} |
@@ -11,3 +11,3 @@ import { | ||
export interface GapoTypographyProps<T extends ElementType, C extends ColorVersion> | ||
export interface GapoTypographyProps<T extends ElementType = 'div', C extends ColorVersion = 5> | ||
extends DOMProps, | ||
@@ -14,0 +14,0 @@ ViewStyleProps<C>, |
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
2159