UNPKG

@taiga-ui/kit

Version:

Taiga UI Angular main components kit

18 lines (17 loc) 1.04 kB
import { type TuiSizeL } from '@taiga-ui/core/types'; import { BehaviorSubject } from 'rxjs'; import * as i0 from "@angular/core"; export declare class TuiCopyComponent { private readonly processor; protected readonly notification: import("@taiga-ui/core/components/notification").TuiNotificationOptions; protected readonly options: import("./copy.options").TuiCopyOptions; protected readonly copied$: BehaviorSubject<boolean>; protected readonly texts: import("@angular/core").Signal<readonly [copy: string, copied: string] | undefined>; protected readonly hint: import("@angular/core").Signal<boolean | undefined>; size: TuiSizeL; protected get icon(): string; protected get check(): string; protected process(value: string | null | undefined): string; static ɵfac: i0.ɵɵFactoryDeclaration<TuiCopyComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<TuiCopyComponent, "tui-copy", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], true, never>; }