mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 15:27:49 +00:00
5 lines
203 B
TypeScript
5 lines
203 B
TypeScript
export { default as LoginDialog } from './native/LoginDialog';
|
|
// eslint-disable-next-line lines-around-comment
|
|
// @ts-ignore
|
|
export { default as WaitForOwnerDialog } from './native/WaitForOwnerDialog';
|