UNPKG

@atlaskit/editor-plugin-media

Version:

Media plugin for @atlaskit/editor-core

10 lines (9 loc) 307 B
import type { FC } from 'react'; import type { IntlShape } from 'react-intl-next'; import type { MediaPluginState } from '../pm-plugins/types'; interface FilePreviewProps { mediaPluginState: MediaPluginState; intl: IntlShape; } export declare const FilePreviewItem: FC<FilePreviewProps>; export {};