UNPKG

react-pose-15

Version:

A declarative animation library for React 15+

7 lines (6 loc) 199 B
declare type TestString = (key: string) => boolean; declare type Props = { [key: string]: any; }; export declare const pickAssign: (shouldPick: TestString, sources: Props[]) => Props; export {};