Type alias TitleOptionFn<T>

TitleOptionFn<T>: ((this, ctx) => string)

Type Parameters

  • T = ComponentOptions

Type declaration

    • (this, ctx): string
    • Parameters

      • this: T
      • ctx: T

      Returns string

Generated using TypeDoc