@10up/block-components
Version:
10up Components built for the WordPress Block Editor.
13 lines • 357 B
TypeScript
import type { HTMLAttributes } from 'react';
interface DragHandleProps extends HTMLAttributes<HTMLSpanElement> {
isDragging?: boolean;
}
/**
* Renders an SVG drag handle.
*
* @param {object} props The prop object.
* @returns {*} React JSX
*/
export declare const DragHandle: React.FC<DragHandleProps>;
export {};
//# sourceMappingURL=index.d.ts.map