UNPKG
react-pose-15
Version:
latest (1.0.0)
1.0.0
0.0.2
0.0.1
A declarative animation library for React 15+
github.com/itsjonq/react-pose-15
itsjonq/react-pose-15
react-pose-15
/
lib
/
utils
/
pick-assign.d.ts
7 lines
(6 loc)
•
199 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
{};