UNPKG

iwelp

Version:
16 lines (15 loc) 472 B
export default WelpRated; /** * WelpRated component to display the face icon rating of a scope * @param {string} scopeId - the scope id * @returns {React.ReactElement} - WelpRated component */ declare function WelpRated({ scopeId }: string): React.ReactElement; declare namespace WelpRated { namespace propTypes { let scopeId: PropTypes.Validator<string>; } let displayName: string; } import React from "react"; import PropTypes from "prop-types";