🔀 merge:Merge branch 'common' of github.com:KieIO/grocery-vercel-commerce into m2-datnguyen

:%s
This commit is contained in:
unknown
2021-08-26 19:52:59 +07:00
36 changed files with 1635 additions and 1265 deletions

3
src/utils/type.utils.ts Normal file
View File

@@ -0,0 +1,3 @@
export interface CustomInputCommon extends HTMLInputElement {
getValue: () => string | number
}