UNPKG

@blackbaud/skyux

Version:
7 lines (6 loc) 231 B
import { ListToolbarItemModel } from './toolbar-item.model'; export declare class ListToolbarItemsLoadAction { items: ListToolbarItemModel[]; index: number; constructor(items: ListToolbarItemModel[], index?: number); }