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