UNPKG

com.phloxui

Version:

PhloxUI Ng2+ Framework

8 lines (7 loc) 225 B
export declare class EntryEditorModel { label: string; field: string; description: string; private formatterName; constructor(label: string, field: string, description?: string, formatterName?: string); }