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