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