Skip to content

Commit

Permalink
feat(core-components-input): update type
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Fenko committed Aug 10, 2020
1 parent 9ed193c commit 9ab3733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/input/src/Component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export type InputProps = Omit<InputHTMLAttributes<HTMLInputElement>, 'size' | 't
/**
* Ref для обертки input
*/
wrapperRef?: React.MutableRefObject<HTMLDivElement> | null;
wrapperRef?: React.MutableRefObject<HTMLDivElement | null>;

/**
* Слот слева
Expand Down

0 comments on commit 9ab3733

Please sign in to comment.