UNPKG

ng-yunzai-mobile

Version:

1. 适配yunzai_uni_app_x

14 lines (13 loc) 434 B
import { OnInit } from '@angular/core'; import { FloatButtonModel } from "../../float-button"; import { InfoService } from "../../info/info.service"; export declare class YzLayoutComponent implements OnInit { private infoService; color: string; buttons: FloatButtonModel[]; readonly title: string; constructor(infoService: InfoService); ngOnInit(): void; goBack(): void; goHome(): void; }