UNPKG

@ribajs/bs5

Version:

Bootstrap 5 module for Riba.js

9 lines (8 loc) 146 B
export type SidebarState = | "overlap-left" | "overlap-right" | "side-left" | "side-right" | "move-left" | "move-right" | "hidden";