UNPKG
@ribajs/bs5
Version:
latest (2.0.0)
next (2.0.0-beta.10)
2.0.0
2.0.0-rc.23
2.0.0-rc.22
2.0.0-rc.21
2.0.0-rc.20
2.0.0-rc.19
2.0.0-rc.18
2.0.0-rc.17
2.0.0-rc.16
2.0.0-rc.15
2.0.0-rc.14
2.0.0-rc.13
2.0.0-rc.12
2.0.0-rc.11
2.0.0-rc.10
2.0.0-rc.9
2.0.0-rc.8
2.0.0-rc.7
2.0.0-rc.6
2.0.0-rc.5
2.0.0-rc.4
2.0.0-rc.3
2.0.0-rc.2
2.0.0-rc.1
2.0.0-beta.10
2.0.0-beta.9
2.0.0-beta.8
2.0.0-beta.7
2.0.0-beta.6
2.0.0-beta.5
2.0.0-beta.4
2.0.0-beta.3
2.0.0-beta.2
2.0.0-beta.1
2.0.0-alpha.16
2.0.0-alpha.15
2.0.0-alpha.14
2.0.0-alpha.13
2.0.0-alpha.12
2.0.0-alpha.11
2.0.0-alpha.10
2.0.0-alpha.9
2.0.0-alpha.8
2.0.0-alpha.7
2.0.0-alpha.6
2.0.0-alpha.5
2.0.0-alpha.4
2.0.0-alpha.3
2.0.0-alpha.2
2.0.0-alpha.1
Bootstrap 5 module for Riba.js
ribajs.com
ribajs/riba
@ribajs/bs5
/
src
/
types
/
jsx
/
jsx-icon-props.ts
12 lines
(10 loc)
•
245 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
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; }