UNPKG

tinacms

Version:

> The Fastest Way to Edit Next.js Content

8 lines (7 loc) 234 B
import { FC } from 'react'; import { ScreenPlugin } from '../screen-plugin'; export interface ScreenPluginModalProps { screen: ScreenPlugin; close(): void; } export declare const ScreenPluginModal: FC<ScreenPluginModalProps>;