commerce/src/utils/type.utils.ts
lytrankieio123 3c09ad1770 🎨 styles: home subscribe
:%s
2021-08-26 16:13:11 +07:00

4 lines
101 B
TypeScript

export interface CustomInputCommon extends HTMLInputElement {
getValue: () => string | number
}