{
if (this.value === undefined) this.value = []
this.value[0] = (e.target as HTMLInputElement).value
this.handleInlangProjectChange(this.value, this.property, this.moduleId)
}}
>
{
if (this.value === undefined) this.value = []
this.value[1] = (e.target as HTMLInputElement).value
this.handleInlangProjectChange(this.value, this.property, this.moduleId)
}}
>
`
}
}
// add types
declare global {
interface HTMLElementTagNameMap {
"reference-pattern-input": ReferencePatternInput
}
}