UNPKG

react-email-builder

Version:
8 lines (7 loc) 218 B
import React from 'react'; export interface Props { label?: string; children?: React.ReactNode; vertical?: boolean; } export declare function Field({ label, children, vertical }: Props): React.JSX.Element;