button.component.d.ts 451 B

1234567
  1. import * as i0 from "@angular/core";
  2. export declare class ButtonComponent {
  3. text: string;
  4. type: 'default' | 'alternate' | 'success' | 'warning' | 'error';
  5. static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
  6. static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "ct-button", never, { "text": { "alias": "text"; "required": true; }; "type": { "alias": "type"; "required": false; }; }, {}, never, never, true, never>;
  7. }