Skip to content

Commit d21106d

Browse files
M-i-k-e-ladids1221
authored andcommitted
Revert "Revert "TextFiled - fix incompatible ref type TextFieldProps not assigned to TextInput (#2868)" (#2883)" (#2884)
This reverts commit 4ab1190.
1 parent 64a1fdc commit d21106d

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)