UNPKG

welcome-ui

Version:

Customizable design system with react, typescript, tailwindcss and ariakit.

7 lines (6 loc) 116 B
type Size = { height: number; width: number; }; export declare function useViewportSize(): Size; export {};