UNPKG

mistui-kit

Version:

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

5 lines (4 loc) • 239 B
export { default as PromoBanner } from './promo'; export { default as HorizontalCarousel } from './horizontal'; export { default as VerticalCarousel } from './vertical'; export type { PromoSliderProps as PromoBannerProps } from './types';