UNPKG

@ribajs/bs5

Version:

Bootstrap 5 module for Riba.js

10 lines (9 loc) 330 B
import type { JsxHtmlGlobalProps } from "@ribajs/jsx"; export interface JsxBs5DropdownProps extends JsxHtmlGlobalProps { offset?: string; boundary?: string; reference?: "toggle" | "parent" | string; display?: "dynamic" | "static"; "popper-config"?: string; "auto-close"?: boolean | "inside" | "outside"; }