@cloudflare/types
Advanced tools
Comparing version 1.0.27 to 1.0.28
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.0.28](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/types@1.0.27...@cloudflare/types@1.0.28) (2019-05-15) | ||
**Note:** Version bump only for package @cloudflare/types | ||
## [1.0.27](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/types@1.0.26...@cloudflare/types@1.0.27) (2019-05-14) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@cloudflare/types", | ||
"description": "", | ||
"version": "1.0.27", | ||
"version": "1.0.28", | ||
"types": "./src", | ||
@@ -23,3 +23,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "49ba27d234083b661c9e671cb0fca13975da9371" | ||
"gitHead": "766ce634dcc08ed41b0263d1728bba4c6bcee11d" | ||
} |
@@ -0,1 +1,2 @@ | ||
import * as React from 'react'; | ||
// (A - keys of B) | ||
@@ -12,3 +13,3 @@ // In set theory, this would be the set complement A ∖ B (https://en.wikipedia.org/wiki/Complement_(set_theory)#Relative_complement) | ||
* @example | ||
* const OtherComponent: React.SFC<{ foo: string }> = () => <div>{foo}</div> | ||
* const OtherComponent: React.FC<{ foo: string }> = () => <div>{foo}</div> | ||
* type MyComponentProps = PropTypes<typeof OtherComponent> & { bar: string } // {foo: string, bar: string} | ||
@@ -15,0 +16,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
32396
1055