UNPKG

@lobehub/ui

Version:

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

7 lines 321 B
import { ActionIconProps } from "../../ActionIcon/type.mjs"; import "../../ActionIcon/index.mjs"; //#region src/SortableList/components/DragHandle.d.ts declare const DragHandle: import("react").NamedExoticComponent<ActionIconProps>; //#endregion export { DragHandle as default }; //# sourceMappingURL=DragHandle.d.mts.map