Type alias ComputedSetter<T>

ComputedSetter<T>: ((newValue) => void)

Type Parameters

  • T

Type declaration

    • (newValue): void
    • Parameters

      • newValue: T

      Returns void

Generated using TypeDoc