mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 23:07:46 +00:00
6 lines
178 B
TypeScript
6 lines
178 B
TypeScript
/* eslint-disable lines-around-comment */
|
|
// @ts-ignore
|
|
export { default as Container } from './native/Container';
|
|
// @ts-ignore
|
|
export { default as Text } from './native/Text';
|