@microsoft/fast-element > Constructable
Constructable type
Allows for the creation of Constructable mixin classes.
Signature:export declare type Constructable<T = {}> = {
new (...args: any[]): T;
};
@microsoft/fast-element
v2 is out! 🎉️@microsoft/fast-element > Constructable
Allows for the creation of Constructable mixin classes.
Signature:export declare type Constructable<T = {}> = {
new (...args: any[]): T;
};