Add typechecking (#7221)

GitOrigin-RevId: 5b5bc5d2f9e5361e868cc6c9560f28a872d90ae1
This commit is contained in:
Alf Eaton
2022-03-28 08:03:44 +00:00
committed by Copybot
parent 1bee808551
commit f175aef078
4 changed files with 6 additions and 10 deletions
@@ -1,15 +1,6 @@
import PropTypes from 'prop-types'
import classNames from 'classnames'
/**
* @param {string} type
* @param {boolean} [spin]
* @param {boolean} [fw]
* @param {string} [modifier]
* @param {string} [className]
* @param {string} [accessibilityLabel]
* @return {JSX.Element}
*/
function Icon({
type,
spin,