UNPKG
@mt-kit/vue-directives
Version:
latest (1.0.0)
1.0.0
Directives
github.com/Not-have/micro-tools/tree/main
Not-have/micro-tools
@mt-kit/vue-directives
/
dist
/
draggable
/
index.d.ts
3 lines
(2 loc)
•
87 B
TypeScript
View Raw
1
2
3
import
{
App
}
from
'vue'
;
export
default
function
directiveDraggable
(
app: App
):
void
;