Searched refs:HTMLLabelAttrs (Results 1 – 2 of 2) sorted by relevance
17 import {HTMLAttrs, HTMLLabelAttrs} from './common';109 export class FormLabel implements m.ClassComponent<HTMLLabelAttrs> {110 view({attrs, children}: m.CVnode<HTMLLabelAttrs>) {
66 export interface HTMLLabelAttrs extends HTMLAttrs { interface