UNPKG

@lobehub/ui

Version:

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

3 lines 139 B
import { GuideCardProps } from "./type.mjs"; import GuideCard from "./GuideCard.mjs"; export { type GuideCardProps, GuideCard as default };