UNPKG
vue-web-otp
Version:
latest (1.0.1)
vue-2 (0.1.2)
1.0.1
1.0.0
0.1.2
0.1.1
0.1.0
Verify phone numbers on the vue web applications
github.com/mrbilit/vue-web-otp
mrbilit/vue-web-otp
vue-web-otp
/
src
/
shims-vue.d.ts
6 lines
(5 loc)
•
145 B
TypeScript
View Raw
1
2
3
4
5
6
declare
module
"*.vue"
{
import
{
DefineComponent
}
from
"vue"
;
const
component
:
DefineComponent
<{}, {},
any
>;
export
default
component; }