@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
10 lines • 447 B
TypeScript
import type { ComponentExtractorBuilderSchema } from './schema';
export type * from './schema';
/**
* Get the library name from package.json
* @param currentDir
*/
export declare const defaultLibraryName: (currentDir?: string) => string;
declare const _default: import("@angular-devkit/architect").Builder<ComponentExtractorBuilderSchema & import("@angular-devkit/core").JsonObject>;
export default _default;
//# sourceMappingURL=index.d.ts.map