UNPKG

react-pose

Version:

A declarative animation library for React

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