UNPKG

@alfresco/adf-core

Version:
11 lines (10 loc) 618 B
import { ThemePalette } from '@angular/material/core'; import * as i0 from "@angular/core"; export declare class ToolbarComponent { /** Toolbar title. */ title: string; /** Toolbar color. Can be changed to empty value (default), `primary`, `accent` or `warn`. */ color: ThemePalette; static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarComponent, "adf-toolbar", never, { "title": { "alias": "title"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, ["adf-toolbar-title", "*"], true, never>; }