UNPKG

systelab-components

Version:

systelab-components is a set of components that use wide accepted and adopted standard technologies like Angular and Bootstrap, as well as other popular libraries. Please read the ATTRIBUTION.md file for a complete list of dependencies.

10 lines (9 loc) 615 B
import * as i0 from "@angular/core"; export declare class PaginatorPageComponent { icon: string; pageNumber: string; selected: boolean; disabled: boolean; static ɵfac: i0.ɵɵFactoryDeclaration<PaginatorPageComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<PaginatorPageComponent, "systelab-paginator-page", never, { "icon": { "alias": "icon"; "required": false; }; "pageNumber": { "alias": "pageNumber"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, false, never>; }