UNPKG

@atlaskit/editor-plugin-block-controls

Version:

Block controls plugin for @atlaskit/editor-core

13 lines (12 loc) 365 B
/** @jsxRuntime classic */ /** * @jsxRuntime classic * @jsx jsx */ import { jsx } from '@emotion/react'; /** * Custom 3-dot vertical drag handle icon for nested nodes. * Similar to DragHandleVerticalIcon but with only 3 dots instead of 6. * Hardcoded to medium size with spacious spacing. */ export declare const DragHandleNestedIcon: () => jsx.JSX.Element;