ngx-sharebuttons
Version:
<p align="center"> <img height="200px" width="200px" style="text-align: center;" src="https://rawcdn.githack.com/MurhafSousli/ngx-sharebuttons/13279ed77c47fe9dd7b61e4dad3ded6d02488c2f/projects/ngx-sharebuttons-demo/src/assets/img/logo.svg"> <h1 alig
11 lines (10 loc) • 682 B
TypeScript
import { InputSignal, OutputEmitterRef } from '@angular/core';
import { ShareButtonsConfig } from 'ngx-sharebuttons';
import * as i0 from "@angular/core";
export declare class ExpandButton {
options: InputSignal<ShareButtonsConfig>;
expand: InputSignal<boolean>;
expandChange: OutputEmitterRef<boolean>;
static ɵfac: i0.ɵɵFactoryDeclaration<ExpandButton, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ExpandButton, "expand-button", never, { "options": { "alias": "options"; "required": false; "isSignal": true; }; "expand": { "alias": "expand"; "required": false; "isSignal": true; }; }, { "expandChange": "expandChange"; }, never, never, true, never>;
}