Type Alias IHeaderFooterGroup<T>

IHeaderFooterGroup<T>: {
    default?: T;
    even?: T;
    first?: T;
}

Type Parameters

  • T