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