UNPKG

igniteui-react-core

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