UNPKG

@abgov/angular-components

Version:

Government of Alberta - UI components for Angular

9 lines (8 loc) 529 B
import { GoabTableSortDirection } from "@abgov/ui-components-common"; import * as i0 from "@angular/core"; export declare class GoabTableSortHeader { name?: string; direction?: GoabTableSortDirection; static ɵfac: i0.ɵɵFactoryDeclaration<GoabTableSortHeader, never>; static ɵcmp: i0.ɵɵComponentDeclaration<GoabTableSortHeader, "goab-table-sort-header", never, { "name": { "alias": "name"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; }, {}, never, ["*"], true, never>; }