UNPKG

mistui-kit

Version:

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

3 lines (2 loc) • 194 B
import type { BarProps } from './types'; export default function CustomBar({ orientation, children, start, end, style, className, ...props }: BarProps): import("react/jsx-runtime").JSX.Element;