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
|
@ -43,6 +43,7 @@ export interface PaginationNavProps
|
|||
export default class PaginationNav extends SvelteComponentTyped<
|
||||
PaginationNavProps,
|
||||
{
|
||||
/** fires after every user interaction */
|
||||
change: CustomEvent<{ page: number }>;
|
||||
["click:button--previous"]: CustomEvent<{ page: number }>;
|
||||
["click:button--next"]: CustomEvent<{ page: number }>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue