ngx-obelisco-example
Version:
Componentes funcionales y reutilizables para Angular.
10 lines (9 loc) • 480 B
TypeScript
import { SpinnerTypes, Sizes } from 'ngx-obelisco-example/core/models';
import * as i0 from "@angular/core";
export declare class OSpinnerComponent {
type: SpinnerTypes;
size: Sizes;
isExpandable: boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<OSpinnerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<OSpinnerComponent, "o-spinner", never, { "type": "type"; "size": "size"; "isExpandable": "isExpandable"; }, {}, never, never, false>;
}