mirror of
https://github.com/vercel/commerce.git
synced 2025-07-07 05:11:22 +00:00
4 lines
101 B
TypeScript
4 lines
101 B
TypeScript
export interface CustomInputCommon extends HTMLInputElement {
|
|
getValue: () => string | number
|
|
}
|