UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

53 lines (52 loc) 2.16 kB
export default FileContentItem; /** * @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 FileContentItem(props: any): JSX.Element; declare namespace FileContentItem { namespace defaultProps { let actionNode: any; let aspect: any; let className: string; let content: string; let gifIcon: string; let icon: string; let isProtected: any; let loading: boolean; let loadingText: string; let onClick: any; let style: any; let subtitle: string; let title: 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 gifIcon_1: PropTypes.Requireable<string>; export { gifIcon_1 as gifIcon }; let icon_1: PropTypes.Requireable<string>; export { icon_1 as icon }; let isProtected_1: PropTypes.Requireable<boolean>; export { isProtected_1 as isProtected }; let loading_1: PropTypes.Requireable<boolean>; export { loading_1 as loading }; let loadingText_1: PropTypes.Requireable<string>; export { loadingText_1 as loadingText }; 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 subtitle_1: PropTypes.Requireable<PropTypes.ReactNodeLike>; export { subtitle_1 as subtitle }; let title_1: PropTypes.Requireable<string>; export { title_1 as title }; } let displayName: string; } import PropTypes from 'prop-types';