Hex Core JS
    Preparing search index...

    Type Alias GetValueModifier<T>

    GetValueModifier: (setValue: (value: T) => void) => () => void

    A function that accepts a setValue function and returns a function (that modifies a field value using setValue).

    Type Parameters

    • T

    Type Declaration

      • (setValue: (value: T) => void): () => void
      • Parameters

        • setValue: (value: T) => void

        Returns () => void