UNPKG

@kobalte/core

Version:

Unstyled components and primitives for building accessible web apps and design systems with SolidJS.

9 lines (6 loc) 195 B
import { Accessor } from 'solid-js'; declare function createSize(ref: Accessor<HTMLElement | undefined>): { width: Accessor<number>; height: Accessor<number>; }; export { createSize };