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

6 lines 257 B
export type { Context, ContextInput, BaseContextOutput, TemplateContext } from '@o3r/core'; export * from './core/index'; export * from './devkit/index'; export * from './stores/index'; export * from './tools/index'; //# sourceMappingURL=public_api.d.ts.map