UNPKG

ps-tcplayer

Version:

Tencent Cloud Player component with Vue2/Vue3 compatibility

13 lines (11 loc) 241 B
import * as Vue from 'vue' import * as VueDemi from 'vue-demi' import TcPlayerSDK from '../sdk-entry' declare global { interface Window { Vue: typeof Vue VueDemi: typeof VueDemi PsTcPlayer: typeof TcPlayerSDK } } export {}