Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Nov 14, 2024
2 parents 740fcd9 + f7a1d61 commit d2b06b4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion apps/showcase/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -26234,7 +26234,7 @@
"name": "show",
"parameters": [],
"returnType": "void",
"description": "Callback to invoke when drawer gets shown."
"description": "Callback to invoke when drawer is shown."
},
{
"name": "hide",
Expand All @@ -26247,6 +26247,12 @@
"parameters": [],
"returnType": "void",
"description": "Callback to invoke after drawer is hidden."
},
{
"name": "after-show",
"parameters": [],
"returnType": "void",
"description": "Callback to invoke after drawer is shown."
}
]
}
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d2b06b4

Please sign in to comment.