UNPKG

@ribajs/core

Version:

Core module of Riba.js

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