UNPKG

@ribajs/core

Version:

Core module of Riba.js

7 lines (6 loc) 225 B
import { Binder } from "../binder.js"; export declare class FlexSortChildsBinder extends Binder<boolean, HTMLElement> { static key: string; priority: number; routine(el: HTMLElement, descending: boolean): void; }