@taiga-ui/kit
Version:
Taiga UI Angular main components kit
12 lines (11 loc) • 657 B
TypeScript
import { TuiValueTransformer } from '@taiga-ui/cdk/classes';
import * as i0 from "@angular/core";
export declare class TuiBigIntValueTransformer extends TuiValueTransformer<string, bigint | null> {
private readonly quantumTransformer;
private readonly optionsTransformer;
private readonly mask;
toControlValue(textfieldValue: string | null): bigint | null;
fromControlValue(controlValue: bigint | null): string;
static ɵfac: i0.ɵɵFactoryDeclaration<TuiBigIntValueTransformer, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiBigIntValueTransformer, "[tuiInputNumber][bigint]", never, {}, {}, never, never, true, never>;
}