UNPKG

@coconut-software/ui

Version:

React components for faster and easier web development.

4 lines (3 loc) 208 B
import type { PropsWithChildren, Ref } from 'react'; declare function Items({ children }: PropsWithChildren<Record<string, unknown>>, ref: Ref<HTMLUListElement>): JSX.Element | null; export default Items;