UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

53 lines (52 loc) 2.15 kB
export default ChatContentItem; /** * @deprecated - Components in the legacy folder (/src/legacy) are deprecated. Please use a component from the components folder (/src/components) instead. Legacy components may not follow accessibility standards. **/ declare function ChatContentItem(props: any): JSX.Element; declare namespace ChatContentItem { namespace defaultProps { let actionNode: any; let aspect: any; let className: string; let content: string; let fileSize: string; let gifIcon: string; let isProtected: any; let loading: boolean; let subtitle: string; let onClick: any; let style: any; let title: string; let type: string; } namespace propTypes { let actionNode_1: PropTypes.Requireable<PropTypes.ReactNodeLike>; export { actionNode_1 as actionNode }; let aspect_1: PropTypes.Requireable<string>; export { aspect_1 as aspect }; let className_1: PropTypes.Requireable<string>; export { className_1 as className }; let content_1: PropTypes.Requireable<string>; export { content_1 as content }; let fileSize_1: PropTypes.Requireable<string>; export { fileSize_1 as fileSize }; let gifIcon_1: PropTypes.Requireable<string>; export { gifIcon_1 as gifIcon }; let isProtected_1: PropTypes.Requireable<boolean>; export { isProtected_1 as isProtected }; let loading_1: PropTypes.Requireable<boolean>; export { loading_1 as loading }; let subtitle_1: PropTypes.Requireable<PropTypes.ReactNodeLike>; export { subtitle_1 as subtitle }; let onClick_1: PropTypes.Requireable<(...args: any[]) => any>; export { onClick_1 as onClick }; let style_1: PropTypes.Requireable<object>; export { style_1 as style }; let title_1: PropTypes.Requireable<string>; export { title_1 as title }; let type_1: PropTypes.Requireable<string>; export { type_1 as type }; } let displayName: string; } import PropTypes from 'prop-types';