Skip to content

Commit e6634a5

Browse files
committed
Revert "Revert "TextFiled - fix incompatible ref type TextFieldProps not assigned to TextInput (#2868)" (#2883)"
This reverts commit 4ab1190.
1 parent 4ab1190 commit e6634a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/textField/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ export interface CharCounterProps {
142142

143143
export interface InputProps
144144
extends Omit<TextInputProps, 'placeholderTextColor'>,
145-
Omit<React.ComponentPropsWithRef<typeof TextInput>, 'placeholderTextColor'>,
146145
MandatoryIndication,
147146
RecorderProps {
148147
/**

0 commit comments

Comments
 (0)