UNPKG

react-email-builder

Version:
4 lines (3 loc) 237 B
import type { EmailBuilderBlockConfig } from '../../types'; import type { SerializedTextBlockAttrs, TextBlockAttrs } from './types'; export declare function textBlock(): EmailBuilderBlockConfig<TextBlockAttrs, SerializedTextBlockAttrs>;