|
5 years ago | |
---|---|---|
.. | ||
dist | 5 years ago | |
src | 5 years ago | |
types | 5 years ago | |
CHANGELOG.md | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago | |
package.json | 5 years ago |
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