UNPKG

@ribajs/bs5

Version:

Bootstrap 5 module for Riba.js

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