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