import {html} from "lit" import {view} from "@chasemoskal/magical" export const MetabarView = view({}, use => ( editingApproach: string, toggleApproach: () => void, restoreBindingsToDefaults: () => void, ) => { return html`
` })