UNPKG

jiro-ui

Version:

A Mithril.js UI library based from construct-ui

9 lines (8 loc) 298 B
import m from 'mithril'; import { IAttrs } from '../../_shared'; export interface IFormLabelAttrs extends IAttrs { [htmlAttrs: string]: any; } export declare class FormLabel implements m.Component<IFormLabelAttrs> { view({ attrs, children }: m.Vnode<IFormLabelAttrs>): m.Vnode<any, any>; }