UNPKG

@tinacms/react-screens

Version:

The `@tinacms/react-screens` defines the `ScreenPlugin`, helpers for creating screens, and provides React components for displaying them.

4 lines (3 loc) 186 B
import { DependencyList } from 'react'; import { ScreenOptions } from './screen-plugin'; export declare function useScreenPlugin(options: ScreenOptions, deps?: DependencyList): void;