UNPKG

simpa

Version:

Lightweight library for prototyping Single Page Applications.

9 lines (8 loc) 295 B
import { Component } from "./component"; export declare class Form extends Component { private _onValueChange; constructor(className: string, htmlElementName?: string); get onValueChange(): () => void; set onValueChange(value: () => void); protected doValueChange(): void; }