import { LitElement } from 'lit-element'; export default class MbUnit extends LitElement { unit: string; label: string; max: number | string; min: number | string; }