Reference: Dashboard SDKHooksuseSettingsOn this pageuseSettingsHook that returns the settings that are defined in MoBro.ReturnsThe Settings defined in MoBro.Examplesrc/widgets/example/Example.tsximport React from 'react'import {useSettings} from '@modbros/dashboard-sdk'export default function Example() { const settings = useSettings() return null}