@momentum-ui/react-collaboration
Version:
Cisco Momentum UI Framework for React Collaboration Applications
38 lines (37 loc) • 1.53 kB
TypeScript
export default IconContent;
/**
* @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 IconContent(props: any): JSX.Element;
declare namespace IconContent {
namespace defaultProps {
let actionNode: any;
let className: string;
let icon: string;
let isProtected: any;
let loading: boolean;
let onClick: any;
let subtitle: string;
let title: string;
}
namespace propTypes {
let actionNode_1: PropTypes.Requireable<PropTypes.ReactNodeLike>;
export { actionNode_1 as actionNode };
let className_1: PropTypes.Requireable<string>;
export { className_1 as className };
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 onClick_1: PropTypes.Requireable<(...args: any[]) => any>;
export { onClick_1 as onClick };
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';