Skip to content

Commit

Permalink
导出类型
Browse files Browse the repository at this point in the history
  • Loading branch information
hxg2050 committed Nov 21, 2023
1 parent fa936f5 commit 4944c58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hease",
"private": false,
"version": "0.0.2",
"version": "0.0.3",
"repository": "https://github.com/hxg2050/hease.git",
"license": "MIT",
"main": "./dist/index.cjs.js",
Expand Down
9 changes: 2 additions & 7 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
import { EASE } from "./ease"
import { hease } from "./hease"

export {
EASE,
hease
}
export * from "./ease"
export * from './hease'

0 comments on commit 4944c58

Please sign in to comment.