UNPKG

@atlaskit/editor-plugin-card

Version:

Card plugin for @atlaskit/editor-core

12 lines (11 loc) 420 B
import React from 'react'; import type { EditorAnalyticsContextProps } from './EditorAnalyticsContext'; type ToolbarViewedEventProps = { display: string | null; url?: string; }; /** * Provides analytics context and card context */ export declare const ToolbarViewedEvent: ({ url, display, editorView, }: ToolbarViewedEventProps & Omit<EditorAnalyticsContextProps, "children">) => React.JSX.Element; export {};