UNPKG

igniteui-webcomponents-inputs

Version:

Ignite UI Web Components inputs components.

17 lines (16 loc) 561 B
import { Base, Type } from "igniteui-webcomponents-core"; import { Brush } from "igniteui-webcomponents-core"; import { ElevationMode } from "igniteui-webcomponents-core"; /** * @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, e: ElevationMode): string; }