UNPKG

@medalsocial/meda

Version:

Shared Meda UI shell and runtime package.

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