feat(core,handle): expose handler functions

This commit is contained in:
braks
2024-01-21 14:35:35 +01:00
committed by Braks
parent 2b8fc1a65a
commit ffcc20a263
@@ -156,6 +156,11 @@ function onClick(event: MouseEvent) {
handleClick(event)
}
}
defineExpose({
handleClick,
handlePointerDown,
})
</script>
<script lang="ts">