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

5 lines (4 loc) 401 B
import { CSSProp } from 'styled-components'; import { POSITIONS } from '../../../types/positions/positions'; import { InputHelpMessagePosition } from '../types/inputTheme'; export declare const getExtraStyles: (stylesPosition: POSITIONS, affixPosition?: POSITIONS, width?: number, isOutAffixPosition?: boolean, helpTextPosition?: InputHelpMessagePosition, inputWidth?: number) => CSSProp | undefined;