UNPKG

@kobalte/core

Version:

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

8 lines (5 loc) 146 B
import { Accessor } from 'solid-js'; interface DomCollectionItem { ref: Accessor<Element | undefined>; } export { DomCollectionItem as D };