UNPKG

@atlaskit/editor-plugin-paste-options-toolbar

Version:

Paste options toolbar for @atlaskit/editor-core

8 lines (7 loc) 277 B
import React from 'react'; import type { IconProps, NewCoreIconProps } from '@atlaskit/icon'; declare const EditorPasteIcon: { (props: Omit<IconProps, "size"> & Omit<NewCoreIconProps, "size">): React.JSX.Element; displayName: string; }; export default EditorPasteIcon;