UNPKG

@blackbaud/skyux

Version:
8 lines (7 loc) 206 B
import { ListToolbarItemModel } from './toolbar-item.model'; export declare class ListToolbarModel { exists: boolean; items: ListToolbarItemModel[]; type: string; constructor(data?: any); }