UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

5 lines (4 loc) 179 B
import React from 'react'; import { type ActionIconProps } from "../ActionIcon"; declare const DragHandle: React.NamedExoticComponent<ActionIconProps>; export default DragHandle;