Skip to content

Commit

Permalink
chore: types improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
anwarulislam committed Dec 15, 2023
1 parent 1fe132b commit 3ec7d08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"import": "./dist/ui-preset.js",
"require": "./dist/ui-preset.js"
},
"./helpers/treeAdapter.ts": "./src/helpers/treeAdapter.ts"
"./helpers/treeAdapter": "./src/helpers/treeAdapter.ts"
},
"types": "./dist/index.d.ts"
}
1 change: 1 addition & 0 deletions src/helpers/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "./treeAdapter"
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from "./components"
export * from "./plugin"
export * from "./helpers"

0 comments on commit 3ec7d08

Please sign in to comment.