UNPKG

jpush-ui

Version:

极光大数据前端Angular组件(^6.1.0)

14 lines (13 loc) 374 B
import { OnInit } from '@angular/core'; import { DialogModelBase } from '../dialog.model'; export declare class AlertData extends DialogModelBase { title: string; content: string; constructor(); } export declare class AlertComponent implements OnInit { data: AlertData; constructor(data: AlertData); ngOnInit(): void; onSure(event: any): void; }