UNPKG

@gulibs/vgrove-ui

Version:

VGrove UI component library built with HeroUI and React

4 lines 226 B
import React from 'react'; import type { ListboxProps } from './types'; export declare const Listbox: React.ForwardRefExoticComponent<ListboxProps & React.RefAttributes<HTMLUListElement>>; //# sourceMappingURL=Listbox.d.ts.map