feat(core,handle): expose onClick and onPointerDown handlers
This commit is contained in:
@@ -160,6 +160,8 @@ function onClick(event: MouseEvent) {
|
|||||||
defineExpose({
|
defineExpose({
|
||||||
handleClick,
|
handleClick,
|
||||||
handlePointerDown,
|
handlePointerDown,
|
||||||
|
onClick,
|
||||||
|
onPointerDown,
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user