/** * Mark an element as a drag handle. * Elements with this directive will be used as handles for dragging their parent draggable. * * @returns Directive. * * @public * * @example * ```html *
*
⋮⋮
*
Content
*
* ``` */ export declare const dragHandle: (...values: Parameters) => any; //# sourceMappingURL=DragHandleDirective.d.ts.map