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

This commit is contained in:
braks
2024-01-21 14:35:35 +01:00
committed by Braks
parent a19892feaf
commit 2f0b00f854
@@ -160,6 +160,8 @@ function onClick(event: MouseEvent) {
defineExpose({
handleClick,
handlePointerDown,
onClick,
onPointerDown,
})
</script>