UNPKG

mistui-kit

Version:

**👉 [Try MistUi Live](https://gilded-tanuki-0eb52b.netlify.app/) — interactive playground & docs**

3 lines (2 loc) • 177 B
import type { DropMenuProps } from './type'; export default function Menu({ style, onSelect, items, onlyId, ...props }: DropMenuProps): import("react/jsx-runtime").JSX.Element;