mirror of
https://github.com/zoriya/v10.git
synced 2026-08-11 16:40:27 +00:00
9 lines
210 B
TypeScript
9 lines
210 B
TypeScript
'use client';
|
|
|
|
// Features (re-export for convenience)
|
|
export { media } from '@videojs/core/dom';
|
|
// Store
|
|
export * from '@videojs/store/react';
|
|
// Media
|
|
export { Video, type VideoProps } from './media/video';
|