import { Space } from "antd"; import { Audio } from "@agentscope-ai/design"; import { createGlobalStyle } from "antd-style"; import { useProviderContext } from "@agentscope-ai/chat"; export default function Audios(props: { data: { src: string }[] }) { const prefixCls = useProviderContext().getPrefixCls('bubble-audio'); return