| Name | Last modified | Size | Description | |
|---|---|---|---|---|
| Parent Directory | - | |||
| dist/ | 2023-06-09 12:49 | - | ||
| node_modules/ | 2023-06-09 12:49 | - | ||
| src/ | 2023-06-09 12:49 | - | ||
| types/ | 2023-06-09 12:49 | - | ||
| CHANGELOG.md | 1985-10-26 08:15 | 2.4K | ||
| LICENSE | 1985-10-26 08:15 | 1.1K | 7375cab EXHIBTION: fix overflow ellipsis cutoff [كارل مبارك] | |
| README.md | 1985-10-26 08:15 | 259 | f12eb36 documentaiton updates [كارل مبارك] | |
| package.json | 2023-06-09 12:49 | 1.7K | 7375cab EXHIBTION: fix overflow ellipsis cutoff [كارل مبارك] |
# @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
```