UNPKG

sb-element

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.1. It is a component library constructed around the SCSS library [Sb-Theming](https://github.com/SeverinBuchser/SbTheming) and supports [Angular Schematics]

23 lines (22 loc) 1.53 kB
import { ElementRef } from '@angular/core'; import { SbThemeService } from '../../core'; import * as i0 from "@angular/core"; declare const SbButtonCore: import("../../core").Constructor<import("../../core").CanSize> & import("../../core").AbstractConstructor<import("../../core").CanSize> & import("../../core").Constructor<import("../../core").CanColor> & import("../../core").AbstractConstructor<import("../../core").CanColor> & import("../../core").Constructor<import("../../core").CanClassName> & import("../../core").AbstractConstructor<import("../../core").CanClassName> & { new (_elementRef: ElementRef, _themeService: SbThemeService): { _elementRef: ElementRef; _themeService: SbThemeService; }; }; export declare class SbButtonComponent extends SbButtonCore { set isRound(isRound: boolean); set isPill(isPill: boolean); set isPlain(isPlain: boolean); type: string; private round; private pill; private plain; constructor(elementRef: ElementRef, themeService: SbThemeService, isRound: any, isPill: any, isPlain: any); static ɵfac: i0.ɵɵFactoryDeclaration<SbButtonComponent, [null, null, { attribute: "round"; optional: true; }, { attribute: "pill"; optional: true; }, { attribute: "plain"; optional: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<SbButtonComponent, "button, [sb-button]", never, { "size": "size"; "color": "color"; "isRound": "isRound"; "isPill": "isPill"; "isPlain": "isPlain"; "type": "type"; }, {}, never, ["*"]>; } export {};