// bootstrap.d.ts
declare module 'bootstrap' {
  export const Offcanvas: any
  export const Tooltip: any
  export const Popover: any
}
