Hopefully will be documentation of unclear methods available for Babel Types
is
isType
shallowEqual
appendToMemberExpression
prependToMemberExpression
ensureBlock
{"lastUpload":"2021-09-17T14:59:17.023Z","extensionVersion":"v3.4.3"} |
const PricingWrap = function ({props}) { | |
return <div className="pricing" style={{ opacity: purchasing ? 0.25 : '' }}> | |
{props.children} | |
</div> | |
} | |
const Pricing = React.createClass({ | |
// ... | |
render() { | |
// ... |