UNPKG

@aidenlx/vidstack-react

Version:

UI component library for building high-quality, accessible video and audio experiences on the web.

10 lines (6 loc) 296 B
"use client" import { signal } from 'maverick.js'; const RemotionThumbnail = /* @__PURE__ */ signal(null); const RemotionSliderThumbnail = /* @__PURE__ */ signal(null); const RemotionPoster = /* @__PURE__ */ signal(null); export { RemotionPoster, RemotionSliderThumbnail, RemotionThumbnail };