Interface IMixinClass

interface IMixinClass {
    new IMixinClass(adapter: IMixinAdapter, options?: unknown): IMixin;
}

Constructors

Constructors