UNPKG

@lobehub/ui

Version:

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

3 lines 143 B
import { HeroAction, HeroProps } from "./type.mjs"; import Hero from "./Hero.mjs"; export { type HeroAction, type HeroProps, Hero as default };