UNPKG

@atlaskit/pragmatic-drag-and-drop-react-drop-indicator

Version:

An optional Pragmatic drag and drop package containing react components that provide a visual indication about what the user will achieve when the drop (eg lines)

6 lines (5 loc) 219 B
import type { Appearance, CSSColor } from './internal-types'; export declare const presetStrokeColors: { [TKey in Appearance]: CSSColor; }; export declare const presetStrokeWidth: 'var(--ds-border-width-selected)';