@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
25 lines (24 loc) • 2.19 kB
TypeScript
import { InputSearchStateProps } from './types/inputSearchTheme';
type InputSearchStylesType = {
styles?: InputSearchStateProps;
isSelected?: boolean;
loading?: boolean;
};
type InputSearchLoadingStylesType = {
$expanded: boolean;
loading?: boolean;
styles?: InputSearchStateProps;
};
type InputSearchCustomHeightType = {
$height: string;
useActionBottomSheet?: boolean;
};
export declare const InputSearchStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & 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>, InputSearchStylesType & InputSearchCustomHeightType>> & string;
export declare const InputSearchListStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, InputSearchStylesType & InputSearchCustomHeightType>> & 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>, InputSearchLoadingStylesType>> & 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?: InputSearchStateProps;
}>> & string;
export declare const NumMatchesScreenReader: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
export {};