UNPKG

igniteui-react-core

Version:
14 lines (13 loc) 311 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; }