UNPKG

@voltra/vue-player

Version:

A Vue port of react-player: components for playing a variety of URLs including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia, DailyMotion

15 lines (11 loc) 327 B
declare module "@voltra/vue-player/props/vidyardConfig" { import type { VueTypeShape } from "vue-types/dist/types"; export interface VidyardConfig { /** * @default {} */ options: object; } export const vidyardConfigPropsDefaults: VidyardConfig; export const vidyardConfigProps: VueTypeShape<VidyardConfig>; }