UNPKG

tinacms

Version:

> The Fastest Way to Edit Next.js Content

13 lines (12 loc) 366 B
import * as React from 'react'; export declare const MutationSignalContext: React.Context<number>; /** * */ export declare const MutationSignalProvider: ({ children }: { children: any; }) => JSX.Element; /** * Returns a value that changes when elements within the parent MutationSignalProvider change */ export declare const useMutationSignal: () => number;