feat: collapse checkout custom form shipping form

:%s
This commit is contained in:
unknown
2021-09-07 09:17:59 +07:00
parent d1f22b1c44
commit 757cb68319
18 changed files with 375 additions and 358 deletions

View File

@@ -6,6 +6,7 @@ import s from './InputCommon.module.scss';
type Ref = {
focus: () => void
getValue: () => string | number
} | null;
interface Props {
children?: React.ReactNode,