UNPKG

@furo/ui5

Version:
14 lines (11 loc) 372 B
import { FormInt32 } from './form-int32.js'; /** * `form-furo-fat-uint32` is a `form` context renderer. * * It uses furo-ui5-number-input as the renderer * * @summary form renderer for `furo.fat.Uint32` * @element form-furo-fat-uint32 */ export class FormFuroFatUint32 extends FormInt32 {} window.customElements.define('form-furo-fat-uint32', FormFuroFatUint32);