RocketChat/Rocket.Chat

View on GitHub
packages/ui-video-conf/src/VideoConfPopup/VideoConfPopupControllers.tsx

Summary

Maintainability
A
0 mins
Test Coverage
import { ButtonGroup } from '@rocket.chat/fuselage';
import type { ReactElement, ComponentProps } from 'react';

const VideoConfPopupControllers = (props: ComponentProps<typeof ButtonGroup>): ReactElement => <ButtonGroup {...props} />;

export default VideoConfPopupControllers;