import { ComponentShape, ComponentSize, ComponentStatus, ComponentType } from '../../theming/styled' import { NotVoid } from 'lodash' // eslint-disable-next-line @typescript-eslint/no-empty-interface export interface TextInputOptionalStyleProps {} export interface TextInputRequiredStyleProps { /** Input size * * Defaults to `medium` */ fieldSize: ComponentSize /** * You can add fullWidth attribute to make element fill container * * Default to `false` */ fullWidth: boolean /** * Inputs available in different shapes, which could be combined with the other properties. * * Defaults to 'semiround' */ shape: ComponentShape /** Inputs are available in multiple colors using status property * * Defaults to `basic` */ status: ComponentStatus value?: string } export interface TextInputComponentProps { /** * You can help ensure that browsers' and extensions' password management functionality can understand your site's sign-up, sign-in and change-password forms by enriching your HTML with a dash of metadata. * * Reference: https://www.chromium.org/developers/design-documents/form-styles-that-chromium-understands */ autoComplete?: string autoFocus?: boolean /** * Determines caption text rendered at the bottom of the component. * * If a string is used, it will be rendered as a `