UNPKG

@ribajs/core

Version:

Core module of Riba.js

9 lines (8 loc) 294 B
import { Binder } from "../binder.js"; export declare class AnimateStarBinder extends Binder<boolean, HTMLUnknownElement> { static key: string; function: boolean; priority: number; bind(el: HTMLUnknownElement): void; routine(el: HTMLUnknownElement, start: boolean): void; }