import React, { memo } from 'react'; import ReactAudioPlayer from 'react-audio-player'; import styles from './index.less'; import { IAudioConfig } from './schema'; import logo from 'editorAssets/music@2x.png'; const AudioPlayer = memo((props: IAudioConfig & { isTpl: boolean }) => { const { height, url, isTpl } = props; return ( <> {isTpl ? (