UNPKG

@10up/block-components

Version:

10up Components built for the WordPress Block Editor.

9 lines 252 B
import type { SVGProps } from 'react'; /** * Renders an SVG drag handle. * * @param {object} props The prop object. * @returns {*} React JSX */ export declare const DragHandle: React.FC<SVGProps<SVGSVGElement>>; //# sourceMappingURL=index.d.ts.map