UNPKG

@atlaskit/editor-plugin-help-dialog

Version:

Help Dialog plugin for @atlaskit/editor-core

5 lines (4 loc) 269 B
import type { ComponentType, PropsWithChildren } from 'react'; import Loadable from 'react-loadable'; import type { HelpDialogProps } from './index'; export declare const HelpDialogLoader: ComponentType<PropsWithChildren<HelpDialogProps>> & Loadable.LoadableComponent;