UNPKG

@lobehub/ui

Version:

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

7 lines (6 loc) 311 B
/// <reference types="react" /> /// <reference types="@splinetool/runtime" /> import type { SplineProps } from './type'; declare const Spline: import("react").NamedExoticComponent<SplineProps>; export default Spline; export { type SPEObject, type SplineEvent, type SplineEventName } from '@splinetool/runtime';