UNPKG

280 BTypeScriptView Raw
1export declare class PageTitleService {
2 private document;
3 constructor(document: any);
4 setTitle(title: string): void;
5 setBasePath(base: any): void;
6 getMetaItem(name: any): any;
7 setSeoDescription(desc: string): void;
8 addKeywords(keys: string[]): void;
9}