UNPKG

@nova-ui/bits

Version:

SolarWinds Nova Framework

13 lines (12 loc) 563 B
import { IToastService } from "../../toast/public-api"; import * as i0 from "@angular/core"; /** @ignore */ export declare class CopyTextComponent { private toastService; fileContent: string; copyTooltip: string; constructor(toastService: IToastService); onSnippetCopied(): void; static ɵfac: i0.ɵɵFactoryDeclaration<CopyTextComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<CopyTextComponent, "nui-copy-text", never, { "fileContent": { "alias": "fileContent"; "required": false; }; }, {}, never, never, false, never>; }