Some checks failed
Close stale issues and PRs / stale (push) Has been cancelled
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';
|