Run "yarn build:lib"

This commit is contained in:
Eric Liu 2022-01-20 17:00:33 -08:00
commit c7ba17e053
3 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
/// <reference types="svelte" />
import { SvelteComponentTyped } from "svelte";
export type DropdownItemId = string;
export type DropdownItemId = any;
export type DropdownItemText = string;