sb-element
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.1. It is a component library constructed around the SCSS library [Sb-Theming](https://github.com/SeverinBuchser/SbTheming) and supports [Angular Schematics]
9 lines (8 loc) • 437 B
TypeScript
import { AbstractConstructor, Constructor } from "./constructor";
import { HasElementRef } from "./has-element-ref";
export interface CanClassName {
readonly className: string | undefined;
}
declare type CanClassNameCtor = Constructor<CanClassName> & AbstractConstructor<CanClassName>;
export declare function mixinClassName<T extends AbstractConstructor<HasElementRef>>(core: T, className: string): CanClassNameCtor & T;
export {};