mirror of
https://github.com/pockethost/pockethost.git
synced 2025-06-22 14:02:31 +00:00
9 lines
143 B
TypeScript
9 lines
143 B
TypeScript
import type { Tooltip } from 'bootstrap'
|
|
import 'vite/client'
|
|
|
|
declare global {
|
|
interface Window {
|
|
bootstrap: { Tooltip: Tooltip }
|
|
}
|
|
}
|