UNPKG

mistui-kit

Version:

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

3 lines (2 loc) • 217 B
import type { PromoSliderProps } from './types'; export default function PromoSlider({ items, button, editor, onChange, autoplay, autoplayDelay, ...props }: PromoSliderProps): import("react/jsx-runtime").JSX.Element;