useMappings is a helper hook that will return the plugin mappings config
import { Plugin } from '@root' const MyCustomComponent = props => { const pluginMappings = Plugin.useMappings() return ( <div> ... </div> ) } export default MyCustomComponent
Last updated 4 years ago