Type alias Source

Source: EventKeeper<Spec[]> | ((this, control) => EventKeeper<Spec[]>)

A source of CSS class names for styled element.

This is either an event keeper of CSS class names, or a function returning one and accepting target input control as the only parameter.

Generated using TypeDoc