UNPKG

@odilo/button

Version:

Share buttons components for Angular and Ionic.

6 lines (5 loc) 219 B
import { ModuleWithProviders } from '@angular/core'; import { ShareButtonsConfig } from '@odilo/core'; export declare class ShareButtonModule { static withConfig(config?: ShareButtonsConfig): ModuleWithProviders; }