mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
* Implement opening toolbar and participant overflows as drawers when below certain width. * Fix dial-in copy button displaying incorrectly.
7 lines
356 B
JavaScript
7 lines
356 B
JavaScript
export { default as AudioSettingsButton } from './AudioSettingsButton';
|
|
export { default as VideoSettingsButton } from './VideoSettingsButton';
|
|
export { default as ToolbarButton } from './ToolbarButton';
|
|
export { default as Toolbox } from './Toolbox';
|
|
export { default as Drawer } from './Drawer';
|
|
export { default as DrawerPortal } from './DrawerPortal';
|