v-touch-pan type TouchPanValue not valid? #17589
Answered
by
yusufkandemir
DarkLite1
asked this question in
General - Components / Directives / etc
Replies: 1 comment
-
const handlePan: TouchPanValue = (event) => {
// ...
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
DarkLite1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm following this tutorial, which uses
v-touch-pan
:This throws the TS error:
Trying to import the type as suggested here:
Throws the TS error:
Am I missing something obvious here?
Thank you for your help.
Beta Was this translation helpful? Give feedback.
All reactions