UNPKG

@ribajs/bs4

Version:

Bootstrap 4 module for Riba.js

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