UNPKG

@lobehub/ui

Version:

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

7 lines 337 B
import { ActionIconProps } from "../../base-ui/ActionIcon/type.mjs"; import "../../base-ui/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