@ribajs/core
Version:
Core module of Riba.js
11 lines (10 loc) • 332 B
TypeScript
import { Binder } from "../binder.js";
export declare class AddClassBinder extends Binder<string, HTMLElement> {
static key: string;
function: boolean;
priority: number;
private staticClasses?;
bind(el: HTMLElement | SVGElement): void;
unbind(): void;
routine(el: HTMLElement, newValue: string): void;
}