@ribajs/bs5
Version:
Bootstrap 5 module for Riba.js
8 lines (7 loc) • 475 B
TypeScript
import { AttributeBinder, View } from "@ribajs/core";
import { Bs5AbstractBreakpointBinder } from "./bs5-abstract-breakpoint.binder.js";
export declare class Bs5AttributeBreakpointBinder extends Bs5AbstractBreakpointBinder<HTMLElement> {
static key: string;
defaultAttributeBinder: AttributeBinder;
constructor(view: View, el: HTMLElement, type: string | null, name: string, keypath: string | undefined, formatters: string[] | null, identifier: string | null);
}