import { OnInit } from '@angular/core'; export declare class EmopApiItemComponent implements OnInit { /** * 标题 */ titleName: string; /** * 代码内容 */ code: string; codeVisible: boolean; constructor(); ngOnInit(): void; }