Skip to content

Commit 510af7e

Browse files
authored
revert: revert export additional utilities (#764)
1 parent 3e95aea commit 510af7e

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

src/index.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,7 @@ export {
2121

2222
export { default as canUseDom } from './Dom/canUseDom';
2323
export { default as contains } from './Dom/contains';
24-
export {
25-
clearContainerCache,
26-
injectCSS,
27-
removeCSS,
28-
updateCSS,
29-
} from './Dom/dynamicCSS';
24+
export { injectCSS, removeCSS, updateCSS } from './Dom/dynamicCSS';
3025
export { getDOM, isDOM } from './Dom/findDOMNode';
3126
export {
3227
getFocusNodeList,
@@ -59,6 +54,5 @@ export { default as set, merge, mergeWith } from './utils/set';
5954
export { default as warning, noteOnce } from './warning';
6055

6156
export { render, unmount } from './React/render';
62-
export { spyElementPrototype, spyElementPrototypes } from './test/domHook';
6357
export type { PortalProps, PortalRef } from './Portal';
6458
export type { GetContainer } from './PortalWrapper';

0 commit comments

Comments
 (0)