igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
16 lines (15 loc) • 440 B
TypeScript
import { Base, Type } from "./type";
import { Brush } from "./Brush";
/**
* @hidden
*/
export declare class ElevationHelper extends Base {
static $t: Type;
private static c;
private static b;
private static a;
static g(a: number, b: string): string;
static f(a: number, b: string): string;
static d(a: number, b: string): string;
static e(a: number, b: Brush, c: Brush, d: Brush): string;
}