UNPKG

react-vh

Version:

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

2 lines (1 loc) 84 B
export default function debounce(callback: () => void, delay: number): () => void;