import { Space } from "antd"; import { Video } from '@agentscope-ai/design'; import { createGlobalStyle } from "antd-style"; import { useProviderContext } from '@agentscope-ai/chat'; interface VideosProps { data: { src: string; poster?: string; }[]; } export default function Videos(props: VideosProps) { const prefixCls = useProviderContext().getPrefixCls('bubble-video'); return <>