UNPKG

ng-yunzai-mobile

Version:

1. 适配yunzai_uni_app_x

7 lines (6 loc) 162 B
export interface IShare { shareFlag?: boolean; success?: (data: any) => void; fail?: (error: any) => void; complete?: (msg: any) => void; }