/** * This is React hook – an and escape hatch – to make sure that a value is the same * on every render. SHOULD NOT BE USED IN MOST CASES. * * @internal */ export declare function useUnique(value: ValueType): ValueType; //# sourceMappingURL=useUnique.d.ts.map