UNPKG

@blackbaud/skyux

Version:
12 lines (11 loc) 519 B
import { AfterContentInit } from '@angular/core'; import { ListStateDispatcher } from '../list/state'; import { SkyListSecondaryActionsService } from './list-secondary-actions.service'; export declare class SkyListSecondaryActionsComponent implements AfterContentInit { private dispatcher; private actionService; dropdownHidden: boolean; private secondaryActionsTemplate; constructor(dispatcher: ListStateDispatcher, actionService: SkyListSecondaryActionsService); ngAfterContentInit(): void; }