Skip to content

Commit 64a1fdc

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/textField/types.ts

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

143143
export interface InputProps
144144
extends Omit<TextInputProps, 'placeholderTextColor'>,
145+
Omit<React.ComponentPropsWithRef<typeof TextInput>, 'placeholderTextColor'>,
145146
MandatoryIndication,
146147
RecorderProps {
147148
/**

0 commit comments

Comments
 (0)