UNPKG

@als-tp/als-react-ts-ui

Version:

A comprehensive React TypeScript UI component library built with Base UI by ALSInnovation

17 lines 1.82 kB
import type { ALSComboboxRootProps, ALSComboboxLabelProps, ALSComboboxInputProps, ALSComboboxIconProps, ALSComboboxPopupProps, ALSComboboxItemProps, ALSComboboxEmptyProps, ALSComboboxValueProps, ALSComboboxVariant, ALSComboboxSize } from "./ALSCombobox"; export declare const ALSCombobox: { Root: import("react").ForwardRefExoticComponent<ALSComboboxRootProps & import("react").RefAttributes<HTMLDivElement>>; Label: import("react").ForwardRefExoticComponent<ALSComboboxLabelProps & import("react").RefAttributes<HTMLLabelElement>>; Input: import("react").ForwardRefExoticComponent<ALSComboboxInputProps & import("react").RefAttributes<HTMLInputElement>>; Icon: import("react").ForwardRefExoticComponent<import("@base-ui-components/react/combobox").ComboboxIconProps & import("react").RefAttributes<HTMLDivElement>>; Popup: import("react").ForwardRefExoticComponent<ALSComboboxPopupProps & import("react").RefAttributes<HTMLDivElement>>; List: import("react").ForwardRefExoticComponent<{ className?: string; children: React.ReactNode; } & import("react").RefAttributes<HTMLDivElement>>; Item: import("react").ForwardRefExoticComponent<ALSComboboxItemProps & import("react").RefAttributes<HTMLDivElement>>; Empty: import("react").ForwardRefExoticComponent<ALSComboboxEmptyProps & import("react").RefAttributes<HTMLDivElement>>; Value: import("react").ForwardRefExoticComponent<import("@base-ui-components/react/combobox").ComboboxValueProps & import("react").RefAttributes<HTMLDivElement>>; }; export type { ALSComboboxRootProps, ALSComboboxLabelProps, ALSComboboxInputProps, ALSComboboxIconProps, ALSComboboxPopupProps, ALSComboboxItemProps, ALSComboboxEmptyProps, ALSComboboxValueProps, ALSComboboxVariant, ALSComboboxSize, }; //# sourceMappingURL=index.d.ts.map