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