UNPKG

fui-fancyui

Version:
16 lines (15 loc) 708 B
import { CSSProp } from 'styled-components'; import { TLayer } from '../../../types/TLayer'; import { TTheme } from '../../../types/TTheme'; import { TUiColorTypes } from '../../../types/TUiColorTypes'; interface StyledSingleInputProps { $hasValue: boolean; $isFocused: boolean; $themeType?: TUiColorTypes; $layer?: TLayer; $externalStyle?: CSSProp; } export declare const StyledSingleInput: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, StyledSingleInputProps & { theme: TTheme; }>> & string; export {};