UNPKG

@gulibs/vgrove-ui

Version:

VGrove UI component library built with HeroUI and React

3 lines 274 B
import { type SelectProps } from "@heroui/react"; export declare const Select: import("react").ForwardRefExoticComponent<Omit<SelectProps<object> & import("./hoc").FormComponentProps, "ref"> & import("react").RefAttributes<HTMLElement>>; //# sourceMappingURL=Select.d.ts.map