The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/client/views/InfoPanel/index.ts

20 lines
407 B

import Action from './Action';
import ActionGroup from './ActionGroup';
import Avatar from './Avatar';
import Field from './Field';
import InfoPanel from './InfoPanel';
import Label from './Label';
import Section from './Section';
import Text from './Text';
import Title from './Title';
export default Object.assign(InfoPanel, {
Title,
Label,
Text,
Avatar,
Field,
Action,
Section,
ActionGroup,
});