UNPKG

tinacms

Version:

> The Fastest Way to Edit Next.js Content

9 lines (8 loc) 267 B
import * as React from 'react'; export declare type FormPortal = React.FC<{ children(props: { zIndexShift: number; }): React.ReactNode | null; }>; export declare function useFormPortal(): FormPortal; export declare const FormPortalProvider: React.FC;