import { html } from '@design.estate/dees-element'; import type { DeesAppuiBottombar } from './dees-appui-bottombar.js'; import '@design.estate/dees-wcctools/demotools'; export const demoFunc = () => { return html`
Bottom bar with status widgets and actions
Controls
`; };