UNPKG

@ribajs/bs5

Version:

Bootstrap 5 module for Riba.js

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