Files
jitsi-meet/react/features/toolbox/components/index.js
Saúl Ibarra Corretgé c7d72ee3f6 feat(toolbox): create SettingsButton
Only on web, since there is currently no equivalent on mobile. It encapsulates
all funcionality related to opening the settings dialog / panel.
2018-05-15 14:12:38 -05:00

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';