UNPKG

@ribajs/bs5

Version:

Bootstrap 5 module for Riba.js

10 lines (8 loc) 272 B
import type { JsxHtmlGlobalProps } from "@ribajs/jsx"; export interface JsxBs5ThemeButtonProps extends JsxHtmlGlobalProps { mode?: "dropdown" | "icon"; labels?: string; // JSON string "light-icon-src"?: string; "dark-icon-src"?: string; "icon-size"?: number; }