UNPKG

@blackbaud/skyux

Version:
8 lines (7 loc) 320 B
import { OnDestroy } from '@angular/core'; import { SkyListSecondaryActionsService } from './list-secondary-actions.service'; export declare class SkyListSecondaryActionComponent implements OnDestroy { private actionService; constructor(actionService: SkyListSecondaryActionsService); ngOnDestroy(): void; }