UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

14 lines (13 loc) 324 B
import { Base, Type } from "./type"; /** * @hidden */ export declare class FontRegistry extends Base { static $t: Type; private static a; static get instance(): FontRegistry; private c; registerFont(a: string, b: any): void; removeFont(a: string): void; getFont(a: string): any; }