UNPKG

com.phloxui

Version:

PhloxUI Ng2+ Framework

5 lines (4 loc) 164 B
import { IFormatter } from '../share/formatter/IFormatter'; export declare class FormatterFactory { createFormatter(name: string, options?: any): IFormatter; }