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

17 lines (13 loc) 443 B
/** */ import { Form } from '../forms'; import { ScreenPlugin } from '../react-screens'; export declare class GlobalFormPlugin implements ScreenPlugin { form: Form; __type: ScreenPlugin['__type']; name: ScreenPlugin['name']; Component: ScreenPlugin['Component']; Icon: ScreenPlugin['Icon']; layout: ScreenPlugin['layout']; constructor(form: Form, icon?: ScreenPlugin['Icon'], layout?: ScreenPlugin['layout']); }