UNPKG

@ribajs/bs5

Version:

Bootstrap 5 module for Riba.js

5 lines (4 loc) 152 B
import type { JsxHtmlGlobalProps } from "@ribajs/jsx"; export interface JsxBs5ToggleButtonProps extends JsxHtmlGlobalProps { "target-id": string; }