UNPKG

@api-components/api-property-form-item

Version:

An input to use with forms to render inputs based in ARC view-model

8 lines (6 loc) 179 B
import { ApiPropertyFormItem } from './src/ApiPropertyFormItem.js'; declare global { interface HTMLElementTagNameMap { "api-property-form-item": ApiPropertyFormItem; } }