UNPKG

ng-web-share

Version:

This library helps to use native webshare framework in angular apps

6 lines (5 loc) 142 B
import { OnInit } from '@angular/core'; export declare class WebShareComponent implements OnInit { constructor(); ngOnInit(): void; }