Skip to content

Commit

Permalink
chore: export highlight component (#755)
Browse files Browse the repository at this point in the history
* chore: export highlight component

* chore: release v2.3.6
  • Loading branch information
unix authored Mar 9, 2022
1 parent 05c1531 commit 2787229
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 2787229

Please sign in to comment.