UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

14 lines (13 loc) 257 B
import { Base, Type } from "./type"; /** * @hidden */ export declare class FormatSpecifier extends Base { static $t: Type; constructor(); toIntl(): any; getLocalCulture(): string; private a; private e; c(): any; }