@o3r/core
Version:
Core of the Otter Framework
10 lines • 419 B
TypeScript
import { SchematicContext, Tree } from '@angular-devkit/schematics';
import type { PresetFactory } from './preset.interface';
/**
* Generate the Preset runner for external presets
* @param externalPresetLabel
* @param tree
* @param context
*/
export declare function getExternalPreset(externalPresetLabel: string, tree: Tree, context: SchematicContext): PresetFactory;
//# sourceMappingURL=external.preset.d.ts.map