feat(core,handle): expose onClick and onPointerDown handlers

This commit is contained in:
braks
2024-01-11 13:01:20 +01:00
committed by Braks
parent a19892feaf
commit 2f0b00f854

View File

@@ -160,6 +160,8 @@ function onClick(event: MouseEvent) {
defineExpose({
handleClick,
handlePointerDown,
onClick,
onPointerDown,
})
</script>