UNPKG

mistui-kit

Version:

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

3 lines (2 loc) • 251 B
import type { OverflowProps } from './types'; export default function Overflow({ children, className, isExpand, direction, justifyHorizontal, justifyVertical, style, onOverflow, overflowMap, }: OverflowProps): import("react/jsx-runtime").JSX.Element;