Name | Last modified | Size | Description | |
---|---|---|---|---|
Parent Directory | - | |||
dist/ | 2023-06-15 18:19 | - | ||
node_modules/ | 2023-06-15 18:21 | - | ||
src/ | 2023-06-15 18:19 | - | ||
types/ | 2023-06-15 18:19 | - | ||
CHANGELOG.md | 1985-10-26 08:15 | 2.4K | ||
LICENSE | 1985-10-26 08:15 | 1.1K | ||
README.md | 1985-10-26 08:15 | 259 | d7c1522 post receive test [كارل مبارك] | |
package.json | 2023-06-15 18:21 | 1.8K |
# @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 ```