outaozhen bb52c63d7d 库提交 il y a 5 ans
..
dist 9778140fc2 测试提交 il y a 5 ans
src 9778140fc2 测试提交 il y a 5 ans
types 9778140fc2 测试提交 il y a 5 ans
CHANGELOG.md 9778140fc2 测试提交 il y a 5 ans
LICENSE 9778140fc2 测试提交 il y a 5 ans
README.md 9778140fc2 测试提交 il y a 5 ans
package.json bb52c63d7d 库提交 il y a 5 ans

README.md

@emotion/is-prop-valid

Check whether a prop is valid for HTML and SVG elements

yarn add @emotion/is-prop-valid
import isPropValid from '@emotion/is-prop-valid'

isPropValid('href') // true

isPropValid('someRandomProp') // false