UNPKG

react-email-builder

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