mirror of
https://github.com/vercel/commerce.git
synced 2025-07-04 04:01:21 +00:00
enhan: test commit hooks
This commit is contained in:
parent
1b55f3ca26
commit
ec7f3b5882
@ -1,6 +1,6 @@
|
|||||||
import React, { forwardRef, RefObject, useImperativeHandle, useRef } from 'react';
|
import React, { forwardRef, useImperativeHandle, useRef } from 'react';
|
||||||
import { InputType, KEY } from 'src/utils/constanst.utils';
|
import { InputType, KEY } from 'src/utils/constanst.utils';
|
||||||
import s from './InputCommon.module.scss'
|
import s from './InputCommon.module.scss';
|
||||||
|
|
||||||
type Ref = {
|
type Ref = {
|
||||||
focus: () => void
|
focus: () => void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user