UNPKG

@vue-material/core

Version:

Yet another 'Material Design Components' library for Vue3.

8 lines (7 loc) 162 B
export declare function useWindowSize(): import('./tools').WithProxyRef<{ width: number; height: number; } | { width: number; height: number; }>;