Interface IBindingComponentInternal

Describes a component to be bound

interface IBindingComponent {
    [key: string]: any;
}

Indexable

[key: string]: any