UNPKG

@lobehub/ui

Version:

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

3 lines 124 B
import { DrawerProps } from "./type.mjs"; import Drawer from "./Drawer.mjs"; export { type DrawerProps, Drawer as default };