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

5 lines 355 B
import { Serializer } from '@o3r/core'; import { PlaceholderTemplateState } from './placeholder-template.state'; export declare const placeholderTemplateStorageDeserializer: (rawObject: any) => any; export declare const placeholderTemplateStorageSync: Readonly<Serializer<PlaceholderTemplateState>>; //# sourceMappingURL=placeholder-template.sync.d.ts.map