@cardboard-box/ngx-box
Version:
A collection of useful directives, components and services for angular
11 lines (10 loc) • 480 B
TypeScript
import { PropBoolean } from '../../services';
import * as i0 from "@angular/core";
export declare class IconComponent {
size?: string;
unsize: PropBoolean;
fill: PropBoolean;
spin: PropBoolean;
static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "box-icon", never, { "size": "font-size"; "unsize": "unsize"; "fill": "fill"; "spin": "spin"; }, {}, never, ["*"], false, never>;
}