UNPKG

@chatui/core

Version:

The React library for Chatbot UI

8 lines (7 loc) 186 B
import React from 'react'; /** * 声波动画组件 * * 使用 SVG SMIL 动画自驱动,无需 JS 帧驱动渲染循环 */ export declare const SoundWave: () => React.JSX.Element;