UNPKG

ngx-bit

Version:

A flexible NG-ZORRO helper library

12 lines (11 loc) 287 B
export interface AlertOption { title: string; content: string; type: 'success' | 'error' | 'warning' | 'info' | 'question'; width?: number; okText?: string; okDanger?: boolean; okShow?: boolean; cancelText?: string; cancelShow?: boolean; }