UNPKG

@ribajs/bs5

Version:

Bootstrap 5 module for Riba.js

6 lines (5 loc) 153 B
import { Breakpoint } from "./breakpoint.js"; export interface Bs5ModuleOptions { breakpoints: Breakpoint[]; allowStoreDataInBrowser: boolean; }