UNPKG

@lobehub/ui

Version:

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

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