UNPKG

@sanity/form-builder

Version:
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