Skip to main content

@microsoft/fast-element > Constructable

Constructable type

Allows for the creation of Constructable mixin classes.

Signature:
export declare type Constructable<T = {}> = {
new (...args: any[]): T;
};