Comparing version 4.0.3 to 4.0.4
@@ -256,3 +256,3 @@ export type ForgoRef<T> = { | ||
}; | ||
export declare const legacyComponentSyntaxCompat: <Props extends object = object>(legacyComponent: ForgoComponent<Props & ForgoElementProps>) => Component<Props>; | ||
export declare const legacyComponentSyntaxCompat: <Props extends object = object>(legacyComponent: ForgoComponent<Props>) => Component<Props>; | ||
export * as JSX from "./jsxTypes.js"; | ||
@@ -259,0 +259,0 @@ import * as JSXTypes from "./jsxTypes.js"; |
{ | ||
"name": "forgo", | ||
"version": "4.0.3", | ||
"version": "4.0.4", | ||
"main": "./dist/forgo.min.js", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
391358