mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
14 lines
658 B
TypeScript
14 lines
658 B
TypeScript
/* eslint-disable lines-around-comment */
|
|
// @ts-ignore
|
|
export { default as DemoteToVisitorDialog } from './native/DemoteToVisitorDialog';
|
|
// @ts-ignore
|
|
export { default as GrantModeratorDialog } from './native/GrantModeratorDialog';
|
|
// @ts-ignore
|
|
export { default as KickRemoteParticipantDialog } from './native/KickRemoteParticipantDialog';
|
|
// @ts-ignore
|
|
export { default as MuteEveryoneDialog } from './native/MuteEveryoneDialog';
|
|
// @ts-ignore
|
|
export { default as MuteEveryonesVideoDialog } from './native/MuteEveryonesVideoDialog';
|
|
// @ts-ignore
|
|
export { default as MuteRemoteParticipantsVideoDialog } from './native/MuteRemoteParticipantsVideoDialog';
|