UNPKG

@ribajs/bs5

Version:

Bootstrap 5 module for Riba.js

10 lines (9 loc) 195 B
export type Bs5SliderIndicatorsPosition = | "inside-bottom" | "inside-top" | "inside-right" | "inside-left" | "outside-bottom" | "outside-top" | "outside-right" | "outside-left";