persona-community-5/.pnpm-store/v3/files/fc/8cf73c58173a099d1a2d9813b9674e91a6b73b9c99fd61277e9d36ba855048a9d9213699a3a9b26c0554f0f779712d25672bc305c8e84719a805bba9d726c3
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

7 lines
132 B
Plaintext

declare function useSize(element: HTMLElement | null): {
width: number;
height: number;
} | undefined;
export { useSize };