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:
metonym 2022-04-09 11:24:25 -07:00 committed by GitHub
commit 45c272642f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 25 deletions

View file

@ -1,4 +1,6 @@
<script>
/** @restProps {p | a} */
/**
* Specify the size of the link
* @type {"sm" | "lg"}