bootstrap-vue-3
Version:
Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript
18 lines (17 loc) • 857 B
TypeScript
export declare const HAS_WINDOW_SUPPORT: boolean;
export declare const HAS_DOCUMENT_SUPPORT: boolean;
export declare const HAS_ELEMENT_SUPPORT: boolean;
export declare const HAS_NAVIGATOR_SUPPORT: boolean;
export declare const HAS_PROMISE_SUPPORT: boolean;
export declare const HAS_MUTATION_OBSERVER_SUPPORT: boolean;
export declare const IS_BROWSER: boolean;
export declare const WINDOW: Record<string, any>;
export declare const DOCUMENT: Record<string, any>;
export declare const NAVIGATOR: Record<string, any>;
export declare const USER_AGENT: any;
export declare const IS_JSDOM: boolean;
export declare const IS_IE: boolean;
export declare const HAS_PASSIVE_EVENT_SUPPORT: boolean;
export declare const HAS_TOUCH_SUPPORT: boolean;
export declare const HAS_POINTER_EVENT_SUPPORT: boolean;
export declare const HAS_INTERACTION_OBSERVER_SUPPORT: boolean;