@obliczeniowo/elementary
Version:
Library made in Angular version 19
9 lines (8 loc) • 493 B
TypeScript
import { Renderer2, ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class InputDirective {
outlined: boolean;
constructor(renderer: Renderer2, elementRef: ElementRef<HTMLInputElement>);
static ɵfac: i0.ɵɵFactoryDeclaration<InputDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<InputDirective, "input[oblInput]", ["oblInput"], { "outlined": { "alias": "outlined"; "required": false; }; }, {}, never, never, false, never>;
}