UNPKG

tinacms

Version:

> The Fastest Way to Edit Next.js Content

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; };