Skip to content

Commit 7d8150e

Browse files
committed
fix(renderless): restore dom into renderless/common
1 parent 52969fd commit 7d8150e

File tree

1 file changed

+20
-0
lines changed
  • packages/renderless/src/common/deps

1 file changed

+20
-0
lines changed
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
export {
2+
on,
3+
off,
4+
once,
5+
hasClass,
6+
addClass,
7+
removeClass,
8+
getStyle,
9+
setStyle,
10+
isScroll,
11+
getScrollContainer,
12+
isInContainer,
13+
getDomNode,
14+
getScrollTop,
15+
stopPropagation,
16+
preventDefault,
17+
getScrollParent,
18+
useScrollParent,
19+
isDisplayNone
20+
} from '@opentiny/utils'

0 commit comments

Comments
 (0)