AddBehavior type
@microsoft/fast-element > AddBehavior
AddBehavior type
Used to add behaviors when constructing styles.
Signature:
export declare type AddBehavior = (behavior: HostBehavior<HTMLElement>) => void;
References: HostBehavior
@microsoft/fast-element v2 is out! 🎉️@microsoft/fast-element > AddBehavior
Used to add behaviors when constructing styles.
Signature:
export declare type AddBehavior = (behavior: HostBehavior<HTMLElement>) => void;
References: HostBehavior