Comparing version 2.0.0-rc.5 to 2.0.0-rc.6
@@ -237,5 +237,6 @@ import React$1, { CSSProperties, Component, PureComponent } from 'react'; | ||
onHide?: () => void; | ||
onClickOutside?: () => void; | ||
onMount?: (instance: PopperInstance) => void; | ||
} | ||
declare const Tooltip: ({ content, children, shouldOpen, getTargetPosition, showBackdrop, zIndex, placement, onHide, onMount, }: TooltipProps) => JSX.Element; | ||
declare const Tooltip: ({ content, children, shouldOpen, getTargetPosition, showBackdrop, zIndex, placement, onHide, onClickOutside, onMount, }: TooltipProps) => JSX.Element; | ||
@@ -242,0 +243,0 @@ interface CommandPaletteProps extends ToolbarProps { |
{ | ||
"name": "draftail", | ||
"version": "2.0.0-rc.5", | ||
"version": "2.0.0-rc.6", | ||
"description": "📝🍸 A configurable rich text editor built with Draft.js", | ||
@@ -5,0 +5,0 @@ "author": "Springload", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
270769
5733