mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
7 lines
237 B
TypeScript
7 lines
237 B
TypeScript
export { videoFeatures } from '@videojs/core/dom';
|
|
export { Video, type VideoProps } from '@/media/video';
|
|
export * from './minimal-skin';
|
|
export * from './minimal-skin.tailwind';
|
|
export * from './skin';
|
|
export * from './skin.tailwind';
|