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