Skip to content

Commit 3ec7d08

Browse files
committed
chore: types improvements
1 parent 1fe132b commit 3ec7d08

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"import": "./dist/ui-preset.js",
107107
"require": "./dist/ui-preset.js"
108108
},
109-
"./helpers/treeAdapter.ts": "./src/helpers/treeAdapter.ts"
109+
"./helpers/treeAdapter": "./src/helpers/treeAdapter.ts"
110110
},
111111
"types": "./dist/index.d.ts"
112112
}

src/helpers/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from "./treeAdapter"

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
export * from "./components"
22
export * from "./plugin"
3+
export * from "./helpers"

0 commit comments

Comments
 (0)