/** * This is a React hook that can be used to make sure a value is the same, * when none of it’s values have changed. * * This is useful for preventing unnecessary renders in some case. * * @internal */ export declare function useShallowUnique(value: ValueType): ValueType; //# sourceMappingURL=useShallowUnique.d.ts.map