Skip to content

Commit

Permalink
feat: export utils (#228)
Browse files Browse the repository at this point in the history
* feat: add utils

* v1.6.1-0

* more

* v1.6.2-0

* utils

* v1.7.0
  • Loading branch information
mikeldking authored Aug 6, 2024
1 parent b986d7a commit 3abbdd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.6.0",
"version": "1.7.0",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export * from './empty';
export * from './contextualhelp';
export * from './counter';
export * from './layout';
export * from './utils';
export { theme, designationColors, colorPalette } from './theme';
// export interface Props extends HTMLAttributes<HTMLDivElement> {
// /** custom content, defaults to 'the snozzberries taste like snozzberries' */
Expand Down

0 comments on commit 3abbdd8

Please sign in to comment.