mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +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
|
@ -1,4 +1,6 @@
|
|||
<script>
|
||||
/** @restProps {p | a} */
|
||||
|
||||
/**
|
||||
* Specify the size of the link
|
||||
* @type {"sm" | "lg"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue