UNPKG

@ribajs/core

Version:

Core module of Riba.js

9 lines (8 loc) 250 B
import { Binder } from "../binder.js"; export declare class ElementBinder extends Binder<HTMLElement, HTMLElement> { static key: string; publishes: boolean; bind(): void; routine(): void; getValue(el: HTMLElement): HTMLElement; }