2021-04-08 18:43:15 +02:00
|
|
|
import type { DynamicSvelteComponent } from "sveltelib/dynamicComponent";
|
2021-04-08 16:29:28 +02:00
|
|
|
|
|
|
|
export interface WithDropdownMenuProps {
|
2021-04-08 18:43:15 +02:00
|
|
|
button: DynamicSvelteComponent;
|
2021-04-08 16:29:28 +02:00
|
|
|
menuId: string;
|
|
|
|
}
|