UNPKG

react-vh

Version:

Save correct vh in root-variable and use it in CSS.

6 lines (5 loc) 129 B
interface Props { maxWidth?: number; } export declare function useVH({ maxWidth }?: Props): void; export default useVH;