UNPKG

@ribajs/bs5

Version:

Bootstrap 5 module for Riba.js

12 lines (10 loc) 245 B
import type { JsxHtmlGlobalProps } from "@ribajs/jsx"; export interface JsxBs5IconProps extends JsxHtmlGlobalProps { size?: number; width?: number; height?: number; src: string; color?: string; direction?: string; alt?: string; }