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

11 lines (10 loc) 794 B
import { InputPhoneStateProps } from './types/inputPhoneTheme'; type AffixStyledProps = { styles?: InputPhoneStateProps; }; type AffixIconWrapperStyledProps = { styles?: InputPhoneStateProps; }; export declare const AffixStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, AffixStyledProps>> & string; export declare const AffixIconWrapperStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, AffixIconWrapperStyledProps>> & string; export {};