UNPKG

@kobalte/core

Version:

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

8 lines (6 loc) 269 B
interface DismissableLayerCommonProps<T extends HTMLElement = HTMLElement> { ref: T | ((el: T) => void); } interface DismissableLayerRenderProps extends DismissableLayerCommonProps { } export { DismissableLayerRenderProps as D, DismissableLayerCommonProps as a };