UNPKG

@medalsocial/meda

Version:

Shared Meda UI shell and runtime package.

6 lines (5 loc) 240 B
'use client'; import { jsx as _jsx } from "react/jsx-runtime"; export function SpacerBlock({ props }) { return (_jsx("div", { "data-slot": "email-block-spacer", "aria-hidden": true, style: { height: props.height, width: '100%' } })); }