UNPKG

@lobehub/ui

Version:

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

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