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
/
lib
/
utils
/
pick-assign.d.ts
7 lines
(6 loc)
•
205 B
TypeScript
View Raw
1
2
3
4
5
6
7
declare
type
TestString
=
(
key
:
string
) =>
boolean
;
declare
type
Props
= { [
key
:
string
]:
any
; };
export
declare
const
pickAssign
:
(
shouldPick
:
TestString
,
sources
:
Props
[]
) =>
Props
;
export
{};