UNPKG

com.phloxui

Version:

PhloxUI Ng2+ Framework

7 lines (6 loc) 198 B
export declare class NotificationAction { title: string; handler: Function; closeNotification: boolean; constructor(title: string, handler: Function, closeNotification?: boolean); }