UNPKG

@smart-react-components/ui

Version:
16 lines (15 loc) 634 B
import { StyledProps } from '@smart-react-components/core/styled-props'; import { PaletteProp, Partial, ResponsiveProp, SizeProp } from '@smart-react-components/core/types'; export interface Props extends StyledProps, Partial<ResponsiveProp<'inputSize', SizeProp>> { cursorKey?: string; hasLeftAddon?: boolean; hasRightAddon?: boolean; isDisabled?: boolean; isFocused?: boolean; isInput?: boolean; isOutline?: boolean; isSoft?: boolean; palette?: PaletteProp; } declare const _default: import("styled-components").StyledComponent<"input", any, StyledProps & Props, never>; export default _default;