Update API doc

pull/7007/merge
GitHub Actions Bot 2025-01-14 06:32:32 +00:00
parent 13e391fee9
commit 3da964795c
3 changed files with 343 additions and 331 deletions

View File

@ -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": [],

View File

@ -210,7 +210,7 @@ export interface ButtonProps extends ButtonHTMLAttributes {
/**
* Route Location the router-link should navigate to when clicked on.
*/
to?: string
to?: string;
}
/**

File diff suppressed because it is too large Load Diff