UNPKG

@furo/ui5

Version:
10 lines (8 loc) 270 B
import { FormInt32 } from './form-int32.js'; /** * * @summary form renderer for type `furo.BigDecimal` * @element form-furo-bigdecimal */ export class FormFuroBigdecimal extends FormInt32 {} window.customElements.define('form-furo-bigdecimal', FormFuroBigdecimal);