Run "yarn build:docs"

This commit is contained in:
Eric Liu 2022-04-09 11:18:20 -07:00
commit b3259e6db9
2 changed files with 3 additions and 2 deletions

View file

@ -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",

View file

@ -2,7 +2,8 @@
import { SvelteComponentTyped } from "svelte";
export interface LinkProps
extends svelte.JSX.HTMLAttributes<HTMLElementTagNameMap["p"]> {
extends svelte.JSX.HTMLAttributes<HTMLElementTagNameMap["p"]>,
svelte.JSX.HTMLAttributes<HTMLElementTagNameMap["a"]> {
/**
* Specify the size of the link
* @default undefined