tinacms
Version:
[](https://github.com/tinacms/tinacms/blob/main/LICENSE) [](https://www.npmjs.com/package/tinacms) [![Bui
16 lines (15 loc) • 398 B
TypeScript
import React from 'react';
export declare const FullscreenModal: ({ className, style, ...props }: {
[x: string]: any;
className?: string;
style?: {};
}) => React.JSX.Element;
/**
* @alias [FullscreenModal]
* @deprecated
*/
export declare const ModalFullscreen: ({ className, style, ...props }: {
[x: string]: any;
className?: string;
style?: {};
}) => React.JSX.Element;