Interface IToolbarLookup<T>

interface IToolbarLookup<T> {
    [key: string]: T;
}

Type Parameters

  • T

Indexable

[key: string]: T