Type alias ObjectStyleListOptions<T>

ObjectStyleListOptions<T>: {
    [text: string]: T;
}

Type Parameters

  • T

Type declaration

  • [text: string]: T

Generated using TypeDoc