UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

12 lines (11 loc) 235 B
import { Base, Type } from "./type"; /** * @hidden */ export declare class SvgIconCollection extends Base { static $t: Type; c: string; private a; d(a: string, b: string): void; b(a: string): string; }