@leafygreen-ui/polymorphic
Advanced tools
Comparing version 1.3.3 to 1.3.4
# @leafygreen-ui/polymorphic | ||
## 1.3.4 | ||
### Patch Changes | ||
- c15ee2ac: Fixes missing documentation file | ||
## 1.3.3 | ||
@@ -4,0 +10,0 @@ |
@@ -9,3 +9,3 @@ import { PolymorphicAs } from '../Polymorphic'; | ||
*/ | ||
export declare const InferredPolymorphic: <XP extends object = {}, DefaultAs extends PolymorphicAs = PolymorphicAs>(render: InferredPolymorphicRenderFunction<XP, DefaultAs>, displayName?: string | undefined) => InferredPolymorphicComponentType<XP, DefaultAs>; | ||
export declare const InferredPolymorphic: <XP extends object = {}, DefaultAs extends PolymorphicAs = PolymorphicAs>(render: InferredPolymorphicRenderFunction<XP, DefaultAs>, displayName?: string) => InferredPolymorphicComponentType<XP, DefaultAs>; | ||
//# sourceMappingURL=InferredPolymorphic.d.ts.map |
@@ -13,3 +13,3 @@ import { PolymorphicAs, PolymorphicComponentType, PolymorphicRenderFunction } from './Polymorphic.types'; | ||
*/ | ||
export declare const Polymorphic: <XP extends object = {}, DefaultAs extends PolymorphicAs = PolymorphicAs>(render: PolymorphicRenderFunction<XP, DefaultAs>, displayName?: string | undefined) => PolymorphicComponentType<XP, DefaultAs>; | ||
export declare const Polymorphic: <XP extends object = {}, DefaultAs extends PolymorphicAs = PolymorphicAs>(render: PolymorphicRenderFunction<XP, DefaultAs>, displayName?: string) => PolymorphicComponentType<XP, DefaultAs>; | ||
//# sourceMappingURL=Polymorphic.d.ts.map |
{ | ||
"name": "@leafygreen-ui/polymorphic", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "LeafyGreen UI Kit Polymorphic", | ||
@@ -34,6 +34,6 @@ "main": "./dist/index.js", | ||
"@emotion/styled": "^11.10.5", | ||
"@lg-tools/build": "^0.1.0", | ||
"@lg-tools/build": "^0.2.0", | ||
"next": "^13.1.6", | ||
"@leafygreen-ui/lib": "^10.4.1" | ||
"@leafygreen-ui/lib": "^10.4.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
125960
57
2199