@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
8 lines (7 loc) • 300 B
text/typescript
import { ActionIconProps } from "../../ActionIcon/type.mjs";
import * as _$react from "react";
//#region src/SortableList/components/DragHandle.d.ts
declare const DragHandle: _$react.NamedExoticComponent<ActionIconProps>;
//#endregion
export { DragHandle };
//# sourceMappingURL=DragHandle.d.mts.map