@rmwc/types
Advanced tools
Comparing version 6.0.1 to 6.0.4
@@ -62,4 +62,4 @@ /// <reference types="react" /> | ||
theme?: ThemePropT; | ||
ref?: React.Ref<any>; | ||
ref?: React.HTMLProps<T>['ref']; | ||
}; | ||
export {}; |
@@ -62,4 +62,4 @@ /// <reference types="react" /> | ||
theme?: ThemePropT; | ||
ref?: React.Ref<any>; | ||
ref?: React.HTMLProps<T>['ref']; | ||
}; | ||
export {}; |
{ | ||
"name": "@rmwc/types", | ||
"version": "6.0.1", | ||
"version": "6.0.4", | ||
"description": "RMWC Shared Typescript Types", | ||
@@ -34,3 +34,3 @@ "main": "dist/index.js", | ||
"homepage": "https://github.com/jamesmfriedman/rmwc/tree/master/src/types#readme", | ||
"gitHead": "1a5855872efcac665920006f8d64981b21779fb3" | ||
"gitHead": "aedc8c18d87649935f68a4d7a3d20c3f2d4ef15a" | ||
} |
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
7753