UNPKG
@bonobolabs/react-pose
Version:
latest (4.1.3)
4.1.3
4.1.2
4.1.1
4.1.0
A declarative animation library for React
Popmotion/popmotion
@bonobolabs/react-pose
/
types
/
emotion__is-prop-valid
/
index.d.ts
4 lines
(3 loc)
•
105 B
TypeScript
View Raw
1
2
3
4
declare
module
'@emotion/is-prop-valid'
{
export
default
function
isPropValid
(
key
:
string
):
boolean
; }