Type alias IApplyComponents<T>

IApplyComponents<T>: {
    [key in keyof T]: IComponent | IApplyComponents<T[key]>
}

Type Parameters

  • T