UNPKG

infrastructure-components

Version:

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

13 lines (10 loc) 205 B
import isPropValid from '@emotion/is-prop-valid' isPropValid('ref') // $ExpectError isPropValid() // $ExpectError isPropValid(5) // $ExpectError isPropValid({}) // $ExpectError isPropValid('ref', 'def')