
| Current Path : /var/www/html/konvbav/vendor/twbs/bootstrap/site/src/types/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/konvbav/vendor/twbs/bootstrap/site/src/types/window.d.ts |
export declare global {
export const StackBlitzSDK: typeof import('@stackblitz/sdk').default
/**
* The `bootstrap` object is exposed to the global scope and also to the `window` object in the browser.
* We rely on the DefinitelyTyped community types for this object to get proper type checking for part of the
* documentation using the Bootstrap API and avoid any misuse of the API.
* To temporarily or permanently disable this feature (e.g. when modifying the Bootstrap API used in the
* documentation), the 2 lines containing `typeof import('bootstrap')` can be commented and replaced by the commented
* lines containing `any`.
*
* The documentation is currently using the following APIs from Bootstrap:
*
* - `bootstrap.Tooltip.getOrCreateInstance`
* - `bootstrap.Tooltip.getInstance`
*
*/
export const bootstrap: typeof import('bootstrap')
// export const bootstrap: any
interface Window {
bootstrap: typeof import('bootstrap')
// bootstrap: any
}
}