UNPKG

mistui-kit

Version:

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

7 lines (6 loc) • 203 B
import type { PreviewProps } from './types'; /** * * */ export default function LinearAppBar({ items, navigate, startSlot, endSlot, ...props }: PreviewProps): import("react/jsx-runtime").JSX.Element;