Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed May 24, 2024
1 parent 002e1c7 commit 401a0d9
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,6 +1,6 @@
{
"name": "dom-zindex",
"version": "1.0.3",
"version": "1.0.4",
"description": "Web common z-index style management",
"files": [
"dist",
Expand Down
1 change: 1 addition & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export function getSubCurrent(): number
export function getSubNext(): number

declare const DomZIndex: {
getMax: typeof getMax
setCurrent: typeof setCurrent
getCurrent: typeof getCurrent
getNext: typeof getNext
Expand Down

0 comments on commit 401a0d9

Please sign in to comment.