Type alias CellHeaderVisitor<T>

CellHeaderVisitor<T>: ((header, min, max) => {
    break: T;
} | void)

Type Parameters

  • T = any

Type declaration

    • (header, min, max): {
          break: T;
      } | void
    • Parameters

      Returns {
          break: T;
      } | void