UNPKG

infrastructure-components

Version:

Infrastructure-Components configure the infrastructure of your React-App as part of your React-Components.

16 lines (10 loc) 259 B
# @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 ```