xui
Version:
xUI Components for Angular
9 lines (8 loc) • 430 B
TypeScript
import { InputColor } from './input.types';
import * as i0 from "@angular/core";
export declare class InputAddonComponent {
color: InputColor;
get styles(): string;
static ɵfac: i0.ɵɵFactoryDeclaration<InputAddonComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<InputAddonComponent, "xui-input-addon", never, { "color": { "alias": "color"; "required": false; }; }, {}, never, ["*"], false, never>;
}