UNPKG

@atlaskit/editor-plugin-media

Version:

Media plugin for @atlaskit/editor-core

3 lines (2 loc) 124 B
export declare const isImage: (fileType?: string) => boolean; export declare const isVideo: (fileType?: string) => boolean;