UNPKG

ng-yunzai-mobile

Version:

1. 适配yunzai_uni_app_x

7 lines (6 loc) 160 B
export interface ITitle { title?: string; success?: (success: any) => void; fail?: (error: any) => void; complete?: (msg: any) => void; }