| 1 | import { ReactNode, forwardRef, ForwardedRef } from "react" |
| 2 | // eslint-disable-next-line no-restricted-imports |
| 3 | import { StyleProp, Text as RNText, TextProps as RNTextProps, TextStyle } from "react-native" |
| 4 | import { TOptions } from "i18next" |
nothing calls this directly
no test coverage detected