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