Skip to content

Commit

Permalink
re
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot committed Jun 18, 2024
1 parent fd26353 commit d5a8405
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
{ "componentDescription": "", "propDescriptions": {}, "classDescriptions": {} }
{
"componentDescription": "Provider for Dialog stacks. The subtree of this component can use the `useDialogs` hook to\naccess the dialogs API. The dialogs are rendered in the order they are requested.",
"propDescriptions": {},
"classDescriptions": {}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"componentDescription": "",
"componentDescription": "Provider for Notifications. The subtree of this component can use the `useNotifications` hook to\naccess the notifications API. The notifications are shown in the same order they are requested.",
"propDescriptions": {},
"classDescriptions": {},
"slotDescriptions": { "snackbar": "The component that renders the snackbar." }
Expand Down

0 comments on commit d5a8405

Please sign in to comment.