mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
fix(link): $$restProps
should extend p
, a
HTML attributes (#1233)
* fix(link): restProps should extend `p` or `a` tag attributes * Run "yarn build:docs" * test(link): assert anchor link rest attributes
This commit is contained in:
parent
e8da9d7e9b
commit
45c272642f
4 changed files with 8 additions and 25 deletions
|
@ -5347,7 +5347,7 @@
|
|||
{ "type": "forwarded", "name": "mouseleave", "element": "p" }
|
||||
],
|
||||
"typedefs": [],
|
||||
"rest_props": { "type": "Element", "name": "p" }
|
||||
"rest_props": { "type": "Element", "name": "p | a" }
|
||||
},
|
||||
{
|
||||
"moduleName": "ListBox",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue