UNPKG

react-email-builder

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