Files
eewing cf73cd3b4c INIT
2026-02-17 14:10:16 -06:00

4 lines
190 B
TypeScript

declare const MenuArrow: import("svelte").Component<import("../../utilities/arrow/types.js").ArrowProps, {}, "ref">;
type MenuArrow = ReturnType<typeof MenuArrow>;
export default MenuArrow;