Skip to content

Commit

Permalink
Update API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Jan 14, 2025
1 parent 13e391f commit 3da9647
Show file tree
Hide file tree
Showing 3 changed files with 351 additions and 339 deletions.
8 changes: 8 additions & 0 deletions apps/showcase/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -7028,6 +7028,14 @@
"type": "boolean",
"default": "false",
"description": "When enabled, it removes component related styles in the core."
},
{
"name": "to",
"optional": true,
"readonly": false,
"type": "string",
"default": "",
"description": "Route Location the router-link should navigate to when clicked on."
}
],
"methods": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/primevue/src/button/Button.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export interface ButtonProps extends ButtonHTMLAttributes {
/**
* Route Location the router-link should navigate to when clicked on.
*/
to?: string
to?: string;
}

/**
Expand Down
Loading

0 comments on commit 3da9647

Please sign in to comment.