UNPKG

@nova-ui/bits

Version:

SolarWinds Nova Framework

13 lines (12 loc) 539 B
import { QueryList } from "@angular/core"; import { ToolbarItemComponent } from "./toolbar-item.component"; import * as i0 from "@angular/core"; /** * @ignore */ export declare class ToolbarGroupComponent { title: string; items: QueryList<ToolbarItemComponent>; static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarGroupComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarGroupComponent, "nui-toolbar-group", never, { "title": { "alias": "title"; "required": false; }; }, {}, ["items"], ["*"], false, never>; }