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

16 lines (13 loc) 322 B
import VueTypes from "vue-types"; /** * @type {VidyardConfig} */ export const vidyardConfigPropsDefaults = { options: {} }; /** * @type {import("vue-types").VueTypeShape<VidyardConfig>} */ export const vidyardConfigProps = VueTypes.shape({ options: VueTypes.object, }).loose.def(() => vidyardConfigPropsDefaults);