@abgov/angular-components
Version:
Government of Alberta - UI components for Angular
13 lines (12 loc) • 721 B
TypeScript
import { GoabTableOnSortDetail, GoabTableVariant } from "@abgov/ui-components-common";
import { EventEmitter } from "@angular/core";
import { GoabBaseComponent } from "../base.component";
import * as i0 from "@angular/core";
export declare class GoabTable extends GoabBaseComponent {
width?: string;
variant?: GoabTableVariant;
onSort: EventEmitter<GoabTableOnSortDetail>;
_onSort(e: Event): void;
static ɵfac: i0.ɵɵFactoryDeclaration<GoabTable, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<GoabTable, "goab-table", never, { "width": { "alias": "width"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, { "onSort": "onSort"; }, never, ["*"], true, never>;
}