UNPKG

@ribajs/core

Version:

Core module of Riba.js

6 lines (5 loc) 174 B
import { IfBinder } from "./if.binder.js"; export declare class UnlessBinder extends IfBinder { static key: string; routine(el: HTMLElement, value: boolean): void; }