UNPKG

@ribajs/bs5

Version:

Bootstrap 5 module for Riba.js

6 lines (5 loc) 191 B
import { Binder } from "@ribajs/core"; export declare class ExpandOnUrlBinder extends Binder<string, HTMLElement> { static key: string; routine(el: HTMLElement, url: string): void; }