@o3r/core
Version:
Core of the Otter Framework
4 lines • 359 B
TypeScript
import type { Rule } from '@angular-devkit/schematics';
import type { NgGenerateComponentSchematicsSchema } from '../../component/schema';
export declare const getAddFixtureRules: (componentPath: string, options: Pick<NgGenerateComponentSchematicsSchema, "useComponentFixtures" | "skipLinter">, isPage?: boolean) => Rule;
//# sourceMappingURL=fixture.d.ts.map