@crediblefinance/credible-ui
Version:
Credible's standard UI library
9 lines (8 loc) • 425 B
TypeScript
import * as i0 from "@angular/core";
export declare class CfChipComponent {
label: string;
theme: string;
constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<CfChipComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CfChipComponent, "cf-chip", never, { "label": { "alias": "label"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, never, false, never>;
}