UNPKG

@sanity/desk-tool

Version:

Tool for managing all sorts of content in a structured manner

8 lines 280 B
/** * 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<ValueType>(value: ValueType): ValueType; //# sourceMappingURL=useUnique.d.ts.map