Type alias ArrayStyleListOptions<T>

ArrayStyleListOptions<T>: {
    text: string;
    value: T;
}[]

Type Parameters

  • T

Generated using TypeDoc