UNPKG

@o3r/components

Version:

This module contains component-related features (Component replacement, CMS compatibility, helpers, pipes, debugging developer tools...) It comes with an integrated ng builder to help you generate components compatible with Otter features (CMS integration

8 lines 413 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class O3rKeepWhiteSpacePipe implements PipeTransform { transform(value: string): string; static ɵfac: i0.ɵɵFactoryDeclaration<O3rKeepWhiteSpacePipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<O3rKeepWhiteSpacePipe, "o3rKeepWhiteSpace", true>; } //# sourceMappingURL=keep-white-space.pipe.d.ts.map