UNPKG

react-email-builder

Version:
8 lines (7 loc) 279 B
import React from 'react'; import type { EmailBuilderBlock } from '../../types'; import type { PlaceholderAttrs } from './types'; export interface Props { block: EmailBuilderBlock<PlaceholderAttrs>; } export declare function Placeholder({ block }: Props): React.JSX.Element;