UNPKG

tinacms

Version:

> The Fastest Way to Edit Next.js Content

7 lines (6 loc) 187 B
/// <reference types="react" /> export declare const ModalBody: ({ className, padded, ...props }: { [x: string]: any; className?: string; padded?: boolean; }) => JSX.Element;