UNPKG

mistui-kit

Version:

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

3 lines (2 loc) • 187 B
import type { PopUpMenuProps } from './type'; export default function PopUpMenu({ style, isHover, children, content, ...props }: PopUpMenuProps): import("react/jsx-runtime").JSX.Element;