Run "yarn build:docs"

This commit is contained in:
Eric Liu 2022-04-09 13:18:45 -07:00
commit 0438acd3aa
165 changed files with 364 additions and 172 deletions

View file

@ -1,5 +1,5 @@
/// <reference types="svelte" />
import { SvelteComponentTyped } from "svelte";
import type { SvelteComponentTyped } from "svelte";
export interface ContextMenuOptionProps
extends svelte.JSX.HTMLAttributes<HTMLElementTagNameMap["li"]> {