UNPKG

tinacms

Version:

[![GitHub license](https://img.shields.io/github/license/tinacms/tinacms?color=blue)](https://github.com/tinacms/tinacms/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/tinacms.svg?style=flat)](https://www.npmjs.com/package/tinacms) [![Bui

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