UNPKG

com.phloxui

Version:

PhloxUI Ng2+ Framework

7 lines (6 loc) 242 B
import { AbstractI18NApplicable } from '../../share/AbstractI18NApplicable'; export declare class MIMETypeModel extends AbstractI18NApplicable { name: string; displayName: string; constructor(name: string, displayName: string); }