🎨 styles: home subscribe

:%s
This commit is contained in:
lytrankieio123
2021-08-26 16:13:11 +07:00
parent 4970dbe364
commit 3c09ad1770
12 changed files with 132 additions and 9 deletions

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

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