UNPKG

@1771technologies/lytenyte-pro

Version:

Blazingly fast headless React data grid with 100s of features.

8 lines (7 loc) 336 B
import { type JSX } from "react"; export declare const ComboInput: import("react").ForwardRefExoticComponent<Omit<ComboInput.Props, "ref"> & import("react").RefAttributes<HTMLInputElement>>; export declare namespace ComboInput { type Props = Omit<JSX.IntrinsicElements["input"], "children"> & { disabled?: boolean; }; }