Type alias LazyCallback<T>

LazyCallback<T>: ((module) => void)

Type Parameters

  • T

Type declaration

    • (module): void
    • Parameters

      • module: T

      Returns void

Generated using TypeDoc