@sixbell-telco/sdk
Version:
A collection of reusable components designed for use in Sixbell Telco Angular projects
26 lines (25 loc) • 809 B
TypeScript
import * as i0 from "@angular/core";
/**
* Component to render a container for table actions.
*
* @remarks
* This component is a simple container for action buttons or other interactive elements
* within a table. It provides basic styling and layout.
*
* @example
* ```html
* <st-table-actions>
* <button>Action 1</button>
* <button>Action 2</button>
* </st-table-actions>
* ```
*/
export declare class TableActionsComponent {
/**
* @internal
* Computed class string for the table actions container.
*/
componentClass: import("@angular/core").Signal<string>;
static ɵfac: i0.ɵɵFactoryDeclaration<TableActionsComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TableActionsComponent, "st-table-actions", never, {}, {}, never, ["*"], true, never>;
}