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 Add Success Widget Add Warning Widget Add Error Widget Add Loading Widget Add Right Widget Add Action Clear All `; };