UNPKG

igniteui-react-core

Version:
19 lines (18 loc) 697 B
import { FormatSpecifier as FormatSpecifier_internal } from "./FormatSpecifier"; import { ContentChildrenManager } from "./ContentChildrenManager"; export declare class IgrFormatSpecifier { protected createImplementation(): FormatSpecifier_internal; protected _implementation: any; protected mounted: boolean; get nativeElement(): HTMLElement; /** * @hidden */ get i(): FormatSpecifier_internal; protected onImplementationCreated(): void; protected _contentChildrenManager: ContentChildrenManager; constructor(); protected _provideImplementation(i: any): void; findByName(name: string): any; getLocalCulture(): string; }