import { Player } from '@oplayer/core' import ui from './index' export default Player export * from '@oplayer/core' if (globalThis.window) { ;(globalThis.window).OUI = ui }