| Name | Last modified | Size | Description | |
|---|---|---|---|---|
| Parent Directory | - | |||
| dist/ | 2025-10-29 15:57 | - | ||
| node_modules/ | 2025-10-29 15:57 | - | ||
| src/ | 2025-10-29 15:57 | - | ||
| types/ | 2025-10-29 15:57 | - | ||
| LICENSE | 2025-10-29 15:57 | 1.1K | ||
| README.md | 2025-10-29 15:57 | 259 | 38d15e7 removed strapi.query from api controllers to repair migration on dev server? [كارل مبارك] | |
| package.json | 2025-10-29 15:57 | 955 |
# @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
```