We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccc7600 commit f2160edCopy full SHA for f2160ed
packages/dom/src/index.ts
@@ -1,5 +1,10 @@
1
import {computePosition as computePositionCore} from '@floating-ui/core';
2
3
+/**
4
+ * Exports below are here to expose these useful utilities to the users
5
+ * but are not part of the official API and might be subject to change with future releases.
6
+ * See more: https://github.com/floating-ui/floating-ui/discussions/3181
7
+ */
8
export {getBoundingClientRect} from './utils/getBoundingClientRect';
9
export {getCssDimensions} from './utils/getCssDimensions';
10
export {getDocumentRect} from './utils/getDocumentRect';
0 commit comments