UNPKG

@obliczeniowo/elementary

Version:
26 lines (25 loc) 839 B
import * as i0 from "@angular/core"; export type Digit = [boolean, boolean, boolean, boolean, boolean, boolean, boolean]; export type Signs = { 0: Digit; 1: Digit; 2: Digit; 3: Digit; 4: Digit; 5: Digit; 6: Digit; 7: Digit; 8: Digit; 9: Digit; '-': Digit; e: Digit; '.': Digit; ':': Digit; }; export type DisplayDigit = '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | '-' | '.' | ':'; export declare class DigitComponent { readonly signs: Signs; digit: import("@angular/core").InputSignal<DisplayDigit>; static ɵfac: i0.ɵɵFactoryDeclaration<DigitComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<DigitComponent, "obl-digit", never, { "digit": { "alias": "digit"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>; }