useMappings
How to use
import { Plugin } from '@root'
const MyCustomComponent = props => {
const pluginMappings = Plugin.useMappings()
return (
<div>
...
</div>
)
}
export default MyCustomComponentLast updated