|
|
il y a 5 ans | |
|---|---|---|
| .. | ||
| dist | il y a 5 ans | |
| src | il y a 5 ans | |
| types | il y a 5 ans | |
| CHANGELOG.md | il y a 5 ans | |
| LICENSE | il y a 5 ans | |
| README.md | il y a 5 ans | |
| package.json | il y a 5 ans | |
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