Skip to content

Commit 5f28c60

Browse files
committed
更新pointers/index.ts导出
1 parent e2658d4 commit 5f28c60

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed
Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
1-
// 导出指针相关功能
2-
export { addPointerMarker } from './pointerMarker';
3-
export { addPointerHighlight } from './pointerHighlight';
4-
export {
5-
addPointerAHighlight,
6-
addPointerBHighlight,
7-
addIntersectionHighlight
8-
} from './specificPointers';
9-
export {
10-
addPointerMoveEffect,
11-
addPointersIntersectEffect
12-
} from './pointerEffects';
1+
// 导出所有指针相关函数
2+
export * from './pointerMarker';
3+
export * from './pointerHighlight';
4+
export * from './specificPointers';
5+
export * from './pointerEffects';
6+
export * from './nodeAnimations'; // 导出新增的节点动画

0 commit comments

Comments
 (0)