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

8 lines (7 loc) 278 B
export declare const useHotkey: (key: any, callback: any) => void; export declare const useEmbedHandles: (editor: any, element: any, baseFieldName: string) => { isExpanded: boolean; handleClose: () => void; handleRemove: () => void; handleSelect: () => void; };