UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

5 lines 160 B
/** * Returns the previous value of a variable. */ export declare function usePrevious<T>(value: T): T | undefined; //# sourceMappingURL=use-previous.d.ts.map