mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
docs(pagination-nav): add change event docs (#1592)
It seems that in #1518 some docs were not properly generated. This is the change that results from running `yarn build:docs`.
This commit is contained in:
parent
8d55752a18
commit
e258db0cae
2 changed files with 3 additions and 1 deletions
|
@ -8511,7 +8511,8 @@
|
|||
{
|
||||
"type": "dispatched",
|
||||
"name": "change",
|
||||
"detail": "{ page: number; }"
|
||||
"detail": "{ page: number; }",
|
||||
"description": "fires after every user interaction"
|
||||
},
|
||||
{
|
||||
"type": "dispatched",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue