- import { ProjectType } from './definitions';
- export declare const ASSETS_DIRECTORY: string;
- export declare const ANGULAR_STANDALONE = "angular-standalone";
- export declare const PROJECT_FILE: string;
- export declare const PROJECT_TYPES: ProjectType[];
- export declare const LEGACY_PROJECT_TYPES: ProjectType[];
- export declare const MODERN_PROJECT_TYPES: ProjectType[];
- export declare const COLUMNAR_OPTIONS: {
- hsep: string;
- vsep: string;
- };
|