mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 03:49:34 +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
|
@ -1,4 +1,8 @@
|
|||
<script>
|
||||
/**
|
||||
* @event {{ pageSize: number; page: number; }} update
|
||||
*/
|
||||
|
||||
/** Specify the current page index */
|
||||
export let page = 1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue