UNPKG

ngx-input-eip

Version:

Lightweight edit in place text editor.

6 lines (5 loc) 97 B
export interface CustomSubmitEvent { value: string; isValid: boolean; errors: any; }