mirror of
https://github.com/ankitects/anki.git
synced 2025-11-14 16:47:12 -05:00
6 lines
143 B
TypeScript
6 lines
143 B
TypeScript
import type { ButtonDefinition } from "./types";
|
|
|
|
export interface WithDropdownMenuProps {
|
|
button: ButtonDefinition;
|
|
menuId: string;
|
|
}
|