UNPKG

@alfresco/adf-core

Version:
12 lines (11 loc) 643 B
import * as i0 from "@angular/core"; export declare class EmptyContentComponent { /** Material Icon to use. */ icon: string; /** String or Resource Key for the title. */ title: string; /** String or Resource Key for the subtitle. */ subtitle: string; static ɵfac: i0.ɵɵFactoryDeclaration<EmptyContentComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<EmptyContentComponent, "adf-empty-content", never, { "icon": { "alias": "icon"; "required": false; }; "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; }, {}, never, ["*"], true, never>; }