UNPKG

tweak-tools

Version:

Tweak your React projects until awesomeness

3 lines (2 loc) 142 B
export declare const useValue: (path: string) => any; export declare const useValues: <T extends string>(paths: T[]) => { [key in T]: any; };