mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
fix(pagination): type dispatched update event
This commit is contained in:
parent
317df90e6f
commit
ed8977beea
6 changed files with 79 additions and 63 deletions
|
@ -2444,9 +2444,9 @@ None.
|
|||
|
||||
### Events
|
||||
|
||||
| Event name | Type | Detail |
|
||||
| :--------- | :--------- | :----- |
|
||||
| update | dispatched | -- |
|
||||
| Event name | Type | Detail |
|
||||
| :--------- | :--------- | :----------------------------------------------- |
|
||||
| update | dispatched | <code>{ pageSize: number; page: number; }</code> |
|
||||
|
||||
## `PaginationNav`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue