@ngx-uk-frontend/core
Version:
Core utilities and shared functionality for ngx-uk-frontend libraries
12 lines (11 loc) • 598 B
TypeScript
import * as i0 from "@angular/core";
/**
* Base directive that provides common table functionality
* for both GovUK and GovScot design systems.
*/
export declare class TableDirective {
/** Optional caption for the table to describe its contents. */
readonly caption: import("@angular/core").InputSignal<string | undefined>;
static ɵfac: i0.ɵɵFactoryDeclaration<TableDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<TableDirective, "[libTable]", never, { "caption": { "alias": "caption"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
}