UNPKG

@ribajs/core

Version:

Core module of Riba.js

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