mirror of
https://github.com/bitinflow/ui.git
synced 2026-04-28 03:46:18 +00:00
3 lines
105 B
TypeScript
3 lines
105 B
TypeScript
import { MenuOptions } from "../../types";
|
|
export declare const useMenu: (options: MenuOptions) => void;
|