@baigiel/editor
Advanced tools
Comparing version 1.1.5 to 1.1.6
type EditorActionsProps = { | ||
handleSave: () => void; | ||
handleBlur: () => void; | ||
containerRef: React.RefObject<HTMLDivElement>; | ||
}; | ||
declare const EditorActions: ({ containerRef, handleSave, handleBlur, }: EditorActionsProps) => import("react/jsx-runtime").JSX.Element; | ||
declare const EditorActions: ({ handleSave, handleBlur, }: EditorActionsProps) => import("react/jsx-runtime").JSX.Element; | ||
export default EditorActions; |
{ | ||
"name": "@baigiel/editor", | ||
"private": false, | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "description": "Baigiel rich text editor", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
11594666
31010