UNPKG

@lobehub/ui

Version:

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

8 lines (7 loc) 244 B
import { DrawerProps } from "./type.mjs"; import * as react31 from "react"; //#region src/Drawer/Drawer.d.ts declare const Drawer: react31.NamedExoticComponent<DrawerProps>; //#endregion export { Drawer }; //# sourceMappingURL=Drawer.d.mts.map