anki/ts/editor-toolbar/WithDropdownMenu.d.ts

7 lines
174 B
TypeScript

import type { DynamicSvelteComponent } from "sveltelib/dynamicComponent";
export interface WithDropdownMenuProps {
button: DynamicSvelteComponent;
menuId: string;
}