mirror of
https://github.com/vercel/commerce.git
synced 2025-07-04 12:11:22 +00:00
test commit hooks
This commit is contained in:
parent
2eab1e12c7
commit
2d0ef88582
@ -15,6 +15,7 @@ interface Props {
|
|||||||
onEnter?: (value: string | number) => void,
|
onEnter?: (value: string | number) => void,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
const InputCommon = forwardRef<Ref, Props>(({ value, placeholder, type, onChange, onEnter }: Props, ref) => {
|
const InputCommon = forwardRef<Ref, Props>(({ value, placeholder, type, onChange, onEnter }: Props, ref) => {
|
||||||
const inputElementRef = useRef<HTMLInputElement>(null);
|
const inputElementRef = useRef<HTMLInputElement>(null);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user