UNPKG

@ribajs/core

Version:

Core module of Riba.js

6 lines (5 loc) 224 B
import { Binder } from "../binder.js"; export declare class HtmlBinder extends Binder<number | string | boolean, HTMLElement> { static key: string; routine(el: HTMLElement, value: number | string | boolean): void; }