Constructable type
@microsoft/fast-element > Constructable
Constructable type
Represents a type which can be constructed with the new operator.
Signature:
export declare type Constructable<T = {}> = {
    new (...args: any[]): T;
};
@microsoft/fast-element v2 is out! 🎉️@microsoft/fast-element > Constructable
Represents a type which can be constructed with the new operator.
Signature:
export declare type Constructable<T = {}> = {
    new (...args: any[]): T;
};