@taiga-ui/core
Version:
Core library for creating Angular components and applications using Taiga UI
13 lines (12 loc) • 764 B
TypeScript
import { type TuiOrientation, type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
import * as i0 from "@angular/core";
export declare class TuiGroup {
private readonly options;
protected readonly nothing: undefined;
orientation: TuiOrientation;
collapsed: boolean;
rounded: boolean;
size: TuiSizeL | TuiSizeS;
static ɵfac: i0.ɵɵFactoryDeclaration<TuiGroup, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiGroup, "[tuiGroup]:not(ng-container)", never, { "orientation": { "alias": "orientation"; "required": false; }; "collapsed": { "alias": "collapsed"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never, true, never>;
}