UNPKG

@lobehub/ui

Version:

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

6 lines 228 B
import { DrawerProps } from "./type.mjs"; //#region src/Drawer/Drawer.d.ts declare const Drawer: import("react").NamedExoticComponent<DrawerProps>; //#endregion export { Drawer as default }; //# sourceMappingURL=Drawer.d.mts.map