UNPKG

form-service-dynamic

Version:

A dynamic form creation service for Angular applications.

13 lines (12 loc) 540 B
import * as i0 from "@angular/core"; /** * @author Jean Paul <jeanpaulwebb@gmail.com> * @class ButtonComponent * @date 17/08/2023 */ export declare class ButtonComponent { variant: 'primary' | 'secondary'; size: 'sm' | 'md' | 'lg'; static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "lib-button", never, { "variant": { "alias": "variant"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], true, never>; }