UNPKG

200 BTypeScriptView Raw
1import { ProjectType } from './definitions';
2export declare const ASSETS_DIRECTORY: string;
3export declare const PROJECT_FILE = "ionic.config.json";
4export declare const PROJECT_TYPES: ProjectType[];