@orchestrator/layout
Version:
> A set of simple layout components for Orchestrator library.
8 lines (7 loc) • 445 B
TypeScript
import { LayoutFlatJustifyOptions } from '../types';
import * as i0 from "@angular/core";
export declare class FlexJustifyContentDirective {
orcFxJustifyContent: LayoutFlatJustifyOptions;
static ɵfac: i0.ɵɵFactoryDeclaration<FlexJustifyContentDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FlexJustifyContentDirective, "[orcFxJustifyContent]", never, { "orcFxJustifyContent": "orcFxJustifyContent"; }, {}, never>;
}