UNPKG

@lobehub/ui

Version:

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

3 lines 123 B
import { SplineProps } from "./type.mjs"; import Spline from "./Spine.mjs"; export { type SplineProps, Spline as default };