vuestic-ui
Version:
Vue 3 UI Framework
7 lines (6 loc) • 326 B
TypeScript
export declare const isServer: () => boolean;
export declare const isClient: () => boolean;
export declare const getWindow: () => Window | undefined;
export declare const getDocument: () => Document | undefined;
/** @deprecated why can't we just use some local object instead? */
export declare const getGlobal: () => Window;