UNPKG

easemob-chat-uikit

Version:

![Static Badge](https://img.shields.io/badge/platform-React-green) ![Static Badge](https://img.shields.io/badge/language-typescript-green) ![GitHub commit activity](https://img.shields.io/github/commit-activity/y/easemob/Easemob-UIKit-web) ![GitHub last c

12 lines (11 loc) 321 B
import React from 'react'; export interface GroupProps { className?: string; children?: React.ReactNode; style?: React.CSSProperties; prefixCls?: string; size?: 'large' | 'small' | 'default' | number; shape?: 'circle' | 'square'; } declare const Group: React.FC<GroupProps>; export default Group;