Comparing version 4.6.4 to 4.6.5
@@ -90,3 +90,3 @@ { | ||
}, | ||
"version": "4.6.4" | ||
"version": "4.6.5" | ||
} |
@@ -40,3 +40,4 @@ import { Key, HTMLProps } from './common'; | ||
updatedCallback(previousProps: { [nameOrSymbol: string]: any }): boolean | void; | ||
renderCallback(): VDOMElement<any> | VDOMElement<any>[] | null; | ||
// NOTE: infering generics work only on instances, not on implementation type. So this will not give you type safety, you still have to manually annotate those props in your code | ||
renderCallback(props?: Props): VDOMElement<any> | VDOMElement<any>[] | null; | ||
renderedCallback(): void; | ||
@@ -43,0 +44,0 @@ |
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
525096
6877