react-polymorphic-box
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -5,2 +5,8 @@ # Changelog | ||
### [1.0.4](https://github.com/kripod/react-polymorphic-box/compare/v1.0.3...v1.0.4) (2020-02-15) | ||
### Bug Fixes | ||
- missing `PropsOf` type ([4a685a1](https://github.com/kripod/react-polymorphic-box/commit/4a685a1f46fabf55700de32fe9f1838d2c4595ce)) | ||
### [1.0.3](https://github.com/kripod/react-polymorphic-box/compare/v1.0.2...v1.0.3) (2020-02-15) | ||
@@ -7,0 +13,0 @@ |
import React from 'react'; | ||
import { PropsOf } from './utils.d'; | ||
import { PropsOf } from './utils'; | ||
export interface BoxOwnProps<E extends React.ElementType = React.ElementType> { | ||
@@ -4,0 +4,0 @@ as?: E; |
{ | ||
"name": "react-polymorphic-box", | ||
"description": "Building blocks for strongly typed polymorphic components in React.", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "files": [ |
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
11349
14
72