@emotion/is-prop-valid (1.3.1)
Published 2026-02-24 13:49:14 +00:00 by atheaadmin
Installation
@emotion:registry=npm install @emotion/is-prop-valid@1.3.1"@emotion/is-prop-valid": "1.3.1"About this package
@emotion/is-prop-valid
Check whether a prop is valid for HTML and SVG elements
yarn add @emotion/is-prop-valid
import isPropValid from '@emotion/is-prop-valid'
isPropValid('href') // true
isPropValid('someRandomProp') // false
Dependencies
Dependencies
| ID | Version |
|---|---|
| @emotion/memoize | ^0.9.0 |
Development Dependencies
| ID | Version |
|---|---|
| @definitelytyped/dtslint | 0.0.112 |
| typescript | ^5.4.5 |