UNPKG

tinacms

Version:

> The Fastest Way to Edit Next.js Content

16 lines (15 loc) 391 B
/// <reference types="react" /> export declare const FullscreenModal: ({ className, style, ...props }: { [x: string]: any; className?: string; style?: {}; }) => JSX.Element; /** * @alias [FullscreenModal] * @deprecated */ export declare const ModalFullscreen: ({ className, style, ...props }: { [x: string]: any; className?: string; style?: {}; }) => JSX.Element;