Name | Last modified | Size | Description | |
---|---|---|---|---|
Parent Directory | - | |||
dist/ | 2023-06-19 12:50 | - | ||
src/ | 2023-06-19 12:50 | - | ||
types/ | 2023-06-19 12:50 | - | ||
LICENSE | 1985-10-26 08:15 | 1.1K | ||
README.md | 1985-10-26 08:15 | 259 | ||
package.json | 2023-06-19 12:52 | 1.9K |
# @emotion/is-prop-valid > Check whether a prop is valid for HTML and SVG elements ```bash yarn add @emotion/is-prop-valid ``` ```jsx import isPropValid from '@emotion/is-prop-valid' isPropValid('href') // true isPropValid('someRandomProp') // false ```