mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 13:48:14 +00:00
8 lines
128 B
TypeScript
8 lines
128 B
TypeScript
'use client';
|
|
|
|
// Media
|
|
export { Video, type VideoProps } from './media/video';
|
|
|
|
// Store
|
|
export * from '@videojs/store/react';
|