UNPKG

@ribajs/bs5

Version:

Bootstrap 5 module for Riba.js

7 lines (5 loc) 133 B
import type { ThemeData } from "./theme-data.js"; export type ThemeChangedData = { oldValue: ThemeData; newValue: ThemeData; };