Get props passed to a JSX component.
npm i -S @compositor/babel-plugin-get-jsx-props
const getProps = require('@compositor/babel-plugin-get-jsx-props')
const { metadata } = babel.transform(jsx, {
plugins: [getProps],
presets: ['stage-0', 'react'],
fileName: jsxFilename
})