UNPKG

@medalsocial/meda

Version:

Shared Meda UI shell and runtime package.

5 lines (4 loc) 176 B
import type { SocialBlockProps } from '../types.js'; export declare function SocialBlock({ props }: { props: SocialBlockProps; }): import("react/jsx-runtime").JSX.Element;