Run "yarn build:docs"

This commit is contained in:
Eric Liu 2022-05-12 19:27:57 -07:00
commit 13e66921a9
3 changed files with 14 additions and 8 deletions

View file

@ -120,6 +120,8 @@ export interface CodeSnippetProps {
export default class CodeSnippet extends SvelteComponentTyped<
CodeSnippetProps,
{
expand: CustomEvent<null>;
collapse: CustomEvent<null>;
click: WindowEventMap["click"];
mouseover: WindowEventMap["mouseover"];
mouseenter: WindowEventMap["mouseenter"];