import { BASE_CLASS_PREFIX } from '../base/constants'; const cssClasses = { PREFIX: `${BASE_CLASS_PREFIX}-audio-player`, }; export { cssClasses };