UNPKG

@netgrif/components-core

Version:

Netgrif Application engine frontend core Angular library

9 lines (8 loc) 176 B
export interface DialogData { title: string; content: string; placeholder?: string; negativeLabel?: string; positiveLabel?: string; [k: string]: any; }