UNPKG

@clemledev/clemledev-core

Version:

This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.0.

22 lines (21 loc) 1.19 kB
import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ButtonComponent { fill: string; color: string; rounded: any; expand: string; mode: string; shape: string; disabled: boolean; type: string; size: string; btnClass: string; onClick: EventEmitter<MouseEvent>; isLoading: boolean; constructor(); ngOnInit(): void; onClickButton(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "cld-button", never, { "fill": { "alias": "fill"; "required": false; }; "color": { "alias": "color"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "expand": { "alias": "expand"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "shape": { "alias": "shape"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "type": { "alias": "type"; "required": false; }; "size": { "alias": "size"; "required": false; }; "btnClass": { "alias": "btnClass"; "required": false; }; }, { "onClick": "onClick"; }, never, never, false, never>; }