@cauca-911/material
Version:
Run `npm install @cauca-911/material --save` to add this library to your project
9 lines • 695 B
TypeScript
import * as i0 from "@angular/core";
export declare class TestComponentWithSignalInputComponent {
value: import("@angular/core").InputSignal<string>;
valueChange: import("@angular/core").OutputEmitterRef<string>;
changeValue(value: string): void;
static ɵfac: i0.ɵɵFactoryDeclaration<TestComponentWithSignalInputComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TestComponentWithSignalInputComponent, "cauca-test-component-with-signal-input", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; }, never, never, true, never>;
}
//# sourceMappingURL=test-component-with-signal-input.component.d.ts.map