UNPKG

@kubit-ui-web/react-components

Version:

Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience

24 lines (23 loc) 1.99 kB
import { InputDropdownStateProps } from './types/inputDropdownTheme'; type InputDropdownStylesType = { styles?: InputDropdownStateProps; isSelected?: boolean; loading?: boolean; }; type InputDropdownLoadingStylesType = { $expanded: boolean; loading?: boolean; styles?: InputDropdownStateProps; }; type InputDropdownCustomHeightType = { $height: string; useActionBottomSheet?: boolean; }; export declare const InputDropdownStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, InputDropdownStylesType>> & string; export declare const ListContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, InputDropdownStylesType & InputDropdownCustomHeightType>> & string; export declare const InputDropdownListStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, InputDropdownStylesType & InputDropdownCustomHeightType>> & string; export declare const LoadingWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, InputDropdownLoadingStylesType>> & string; export declare const NoResultsTextWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, { styles?: InputDropdownStateProps; }>> & string; export {};