UNPKG

press-plus

Version:
16 lines (12 loc) 284 B
export interface IOptions { title?: string; content?: string; htmlContent?: string; confirmText?: string; cancelText?: string; subTip?: string; closeOnClickOverlay?: boolean; htmlFilterClick?: ((...args: any[]) => any); horizontal?: boolean; zIndex?: number; }