mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-11 21:22:30 +00:00
Remove unnecessary @ts-ignores Use @ts-expect-error instead of @ts-ignore for external dependencies
3 lines
140 B
TypeScript
3 lines
140 B
TypeScript
export { default as LoginDialog } from './native/LoginDialog';
|
|
export { default as WaitForOwnerDialog } from './native/WaitForOwnerDialog';
|