UNPKG

@ng-ui-libraries/forms

Version:

14 lines (13 loc) 284 B
export declare class TextBoxDemoComponent { model: { name: string; icon: string; type: string; shouldMatch: boolean; match: string; required: boolean; placeholder: string; value: string; }; markup: string; }