UNPKG

@blockscout/ui-toolkit

Version:

A comprehensive collection of reusable Chakra UI components and theme system for Blockscout's projects

5 lines (4 loc) 108 B
export declare function useViewportSize(debounceTime?: number): { width: number; height: number; };