UNPKG

wix-style-react

Version:
3 lines 177 B
export declare function usePrevious<T>(value: T): T | undefined; export declare function usePrevious<T, U>(value: T, defaultValue: U): T | U; //# sourceMappingURL=hooks.d.ts.map