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

12 lines (11 loc) 285 B
import { CMSEvent } from '../core/event'; export interface FieldHoverEvent extends CMSEvent { type: 'field:hover'; fieldName: string | null; id: string; } export interface FieldFocusEvent extends CMSEvent { type: 'field:focus'; fieldName: string; id: string; }