Skip to content

Commit

Permalink
pnpm docs:api
Browse files Browse the repository at this point in the history
  • Loading branch information
vladmoroz committed Nov 13, 2024
1 parent 80f5853 commit f4fe931
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/reference/generated/dialog-trigger.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,10 @@
"type": "React.ReactElement | (props, state) => React.ReactElement",
"description": "A function to customize rendering of the component."
}
},
"attributes": {
"[data-popup-open]": {
"description": "Present when the corresponding dialog is open."
}
}
}
2 changes: 1 addition & 1 deletion docs/reference/overrides/dialog-trigger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "DialogTrigger",
"attributes": {
"[data-popup-open]": {
"description": "Present when a corresponding dialog is open."
"description": "Present when the corresponding dialog is open."
}
}
}

0 comments on commit f4fe931

Please sign in to comment.