RocketChat/Rocket.Chat

View on GitHub
apps/meteor/client/components/GenericCard/GenericCardButton.tsx

Summary

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

export const GenericCardButton = (props: ComponentProps<typeof Button>) => <Button {...props} medium />;