UNPKG

@hpe/angular-toolkit

Version:

Hewlett-Packard Enterprise : Angular toolkit for rapid project development

10 lines (9 loc) 214 B
import { Transcoder } from "@hpe/angular-toolkit/model"; export declare class FormText { icon: string; label: string; transcoder: Transcoder; private _value; constructor(); value: string; }