babel-plugin-react-defaultprops
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "babel-plugin-react-defaultprops", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A plugin to extract es6 default parameters", | ||
@@ -5,0 +5,0 @@ "source": "src/plugin.ts", |
@@ -1,1 +0,1 @@ | ||
export function getDefaultProps<T>(props: T): T; | ||
export function getDefaultProps<T>(props?: T): T; |
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
61183