UNPKG

renta-ng-lib

Version:

Renta Solutions Angular Component Library

9 lines (8 loc) 208 B
import { OnInit } from '@angular/core'; export declare class ButtonComponent implements OnInit { disabled: boolean; type: string; color: string; constructor(); ngOnInit(): void; }