UNPKG

@atlaskit/editor-plugin-floating-toolbar

Version:

Floating toolbar plugin for @atlaskit/editor-core

7 lines (6 loc) 389 B
import React from 'react'; import type { WithIntlProps, WrappedComponentProps } from 'react-intl'; import type { ConfirmationDialogProps } from '@atlaskit/editor-common/types'; export declare const ConfirmationModal: React.FC<WithIntlProps<ConfirmationDialogProps & WrappedComponentProps>> & { WrappedComponent: React.ComponentType<ConfirmationDialogProps & WrappedComponentProps>; };