UNPKG

@ribajs/core

Version:

Core module of Riba.js

6 lines (5 loc) 190 B
import { Binder } from "../binder.js"; export declare class AttributeBinder<T = any, E = HTMLElement> extends Binder<T, E> { static key: string; routine(el: E, newValue: T): void; }