RocketChat/Rocket.Chat

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

Summary

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

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

export default VideoConfPopupFooterButtons;