tinacms
Version:
> The Fastest Way to Edit Next.js Content
16 lines (15 loc) • 376 B
TypeScript
/// <reference types="react" />
export declare const PopupModal: ({ className, style, ...props }: {
[x: string]: any;
className?: string;
style?: {};
}) => JSX.Element;
/**
* @alias [PopupModal]
* @deprecated
*/
export declare const ModalPopup: ({ className, style, ...props }: {
[x: string]: any;
className?: string;
style?: {};
}) => JSX.Element;