Add typechecking (#7221)
GitOrigin-RevId: 5b5bc5d2f9e5361e868cc6c9560f28a872d90ae1
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user