Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "src/components/InlineTranslatedText"

Index

Interfaces

Variables

Functions

Variables

Const Input

Input: StyledComponent<"input", any, {}, never> = styled.input`width: 100%;display: block;font-size: inherit;font-family: inherit;font-weight: inherit;box-sizing: border-box;color: inherit;letter-spacing: inherit;line-height: inherit;max-width: inherit;background-color: inherit;text-align: inherit;outline: none;resize: none;border: none;overflow: visible;position: relative;-ms-overflow-style: none;`

Functions

InlineTranslatedText

  • InlineTranslatedText(__namedParameters: { children: ReactNode; className: undefined | string; focusRing: false | true | FocusRingOptions; name: string; placeholder: undefined | string }): Element
  • Parameters

    • __namedParameters: { children: ReactNode; className: undefined | string; focusRing: false | true | FocusRingOptions; name: string; placeholder: undefined | string }
      • children: ReactNode
      • className: undefined | string
      • focusRing: false | true | FocusRingOptions
      • name: string
      • placeholder: undefined | string

    Returns Element

Generated using TypeDoc