init
This commit is contained in:
15
mc_test/node_modules/@emotion/is-prop-valid/README.md
generated
vendored
Executable file
15
mc_test/node_modules/@emotion/is-prop-valid/README.md
generated
vendored
Executable file
@ -0,0 +1,15 @@
|
||||
# @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
|
||||
```
|
||||
Reference in New Issue
Block a user