Interface BehaviorConstructor
interface BehaviorConstructor { trait<TIn>(): behavior.TraitBehavior<TIn, TIn>; trait<TIn, TOut>(trans): behavior.TraitBehavior<TIn, TOut>; (): DefaultBehaviorBuilder; <TData, TProperty, TMethod, TComponentExport>(definition): behavior.Behavior<TData, TProperty, TMethod, never, TComponentExport, Empty>; }