import React from 'react'; import { LoadingLottieProps } from '../lotties'; /** * CreativeSparkLoading 组件 - 创意生成中火花动画组件 * * 该组件提供一个创意生成中火花动画效果。 * 主要用于在创意生成中火花过程中提供视觉反馈。 * * @component * @description 创意生成中火花动画组件 * @example * ```tsx * import { CreativeSparkLoading } from './Components/CreativeSparkLoading'; * * function App() { * return ( *