mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 08:22:24 -04:00
6 lines
133 B
TypeScript
6 lines
133 B
TypeScript
import type { ToolbarItem } from "./types";
|
|
|
|
export interface WithDropdownMenuProps {
|
|
button: ToolbarItem;
|
|
menuId: string;
|
|
}
|