ps-tcplayer
Version:
Tencent Cloud Player component with Vue2/Vue3 compatibility
10 lines (9 loc) • 346 B
TypeScript
import { version } from 'vue-demi';
import TcPlayerComponent from './tccomponents';
interface TcPlayer {
name: string;
install: (Vue: any, options?: any) => void;
[key: string]: any;
}
declare const tcplayerWithInstall: TcPlayer;
export { version, tcplayerWithInstall as tcplayer, tcplayerWithInstall as default, TcPlayerComponent };