mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-23 04:47:49 +00:00
6 lines
131 B
TypeScript
6 lines
131 B
TypeScript
// @ts-ignore
|
|
export { default as Audio } from './native/Audio';
|
|
|
|
// @ts-ignore
|
|
export { default as Video } from './native/Video';
|