UNPKG

@medalsocial/meda

Version:

Shared Meda UI shell and runtime package.

3 lines (2 loc) 240 B
import type { MarketingCalloutProps } from './types.js'; export declare function MarketingCallout({ eyebrow, title, description, children, ctas, variant, align, className, }: MarketingCalloutProps): import("react/jsx-runtime").JSX.Element;