diff --git a/components/index.ts b/components/index.ts index 71452012f..8e69423d0 100644 --- a/components/index.ts +++ b/components/index.ts @@ -205,3 +205,8 @@ export type { GetScalePropsFunction, GetAllScalePropsFunction, } from './use-scale' + +export { useRect } from './utils/layouts' +export type { ReactiveDomReact } from './utils/layouts' +export { default as Highlight } from './shared/highlight' +export type { HighlightProps } from './shared/highlight' diff --git a/package.json b/package.json index 12a10bbad..77ffd1218 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@geist-ui/core", - "version": "2.3.5", + "version": "2.3.6", "main": "dist/index.js", "module": "esm/index.js", "types": "esm/index.d.ts",