UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

12 lines (11 loc) 229 B
import { IFormatProvider, Type } from "./type"; /** * @hidden */ export interface IFormattable { toString(a: string, b: IFormatProvider): string; } /** * @hidden */ export declare let IFormattable_$type: Type;