UNPKG

igniteui-react-core

Version:
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; }