import { html } from '@design.estate/dees-element';

export const demoFunc = () => html`<dees-input-iban .label=${'IBAN'}></dees-input-iban>`;