UNPKG

my-lib-yuting-good

Version:
7 lines (6 loc) 166 B
import { OnInit } from '@angular/core'; export declare class MyLibComponent implements OnInit { constructor(); ngOnInit(): void; clicked(): void; }