UNPKG

495 BTypeScriptView Raw
1import * as i0 from "@angular/core";
2export declare class ClipboardButtonComponent {
3 private _buttonClick$;
4 readonly copied$: import("rxjs").Observable<boolean>;
5 readonly copiedText$: import("rxjs").Observable<"Copy" | "Copied">;
6 onCopyToClipboardClick(): void;
7 static ɵfac: i0.ɵɵFactoryDeclaration<ClipboardButtonComponent, never>;
8 static ɵcmp: i0.ɵɵComponentDeclaration<ClipboardButtonComponent, "markdown-clipboard", never, {}, {}, never, never, true, never>;
9}