mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-10 22:02:29 +00:00
Only on web, since there is currently no equivalent on mobile. It encapsulates all funcionality related to opening the settings dialog / panel.
5 lines
201 B
JavaScript
5 lines
201 B
JavaScript
export { default as ToolbarButton } from './ToolbarButton';
|
|
export { default as ToolboxFilmstrip } from './ToolboxFilmstrip';
|
|
export { default as Toolbox } from './Toolbox';
|
|
export * from './buttons';
|