Comparing version 1.0.0 to 1.0.1
@@ -5,3 +5,3 @@ /*! | ||
* | ||
* Version: 1.0.0 | ||
* Version: 1.0.1 | ||
* | ||
@@ -8,0 +8,0 @@ * Copyright KingSora | Rene Haas. |
@@ -5,3 +5,3 @@ /*! | ||
* | ||
* Version: 1.0.0 | ||
* Version: 1.0.1 | ||
* | ||
@@ -8,0 +8,0 @@ * Copyright KingSora | Rene Haas. |
import As, { transform, AsProps } from './As'; | ||
import { Options, Strategy, OverwriteProps, InputComponentProps } from './types'; | ||
export { As, transform, AsProps, Options, Strategy, OverwriteProps, InputComponentProps }; | ||
import { Options, Strategy, OverwriteProps, InputComponent, InputComponentProps } from './types'; | ||
export { As, transform, AsProps, Options, Strategy, OverwriteProps, InputComponent, InputComponentProps }; | ||
export default As; |
{ | ||
"name": "react-as", | ||
"author": "KingSora | Rene Haas", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Render react components as other components.", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
import As, { transform, AsProps } from './As'; | ||
import { Options, Strategy, OverwriteProps, InputComponentProps } from './types'; | ||
import { Options, Strategy, OverwriteProps, InputComponent, InputComponentProps } from './types'; | ||
export { As, transform, AsProps, Options, Strategy, OverwriteProps, InputComponentProps }; | ||
export { As, transform, AsProps, Options, Strategy, OverwriteProps, InputComponent, InputComponentProps }; | ||
export default As; |
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
87495