UNPKG

@sect/100vh

Version:

Lightweight JS package for easy overcoming the problem with 100vh on mobile devices

11 lines (10 loc) 177 B
declare global { interface Window { opera: string; vh: number; } } declare const _default: { init: () => void; }; export default _default;