3 lines
175 B
TypeScript
Executable file
3 lines
175 B
TypeScript
Executable file
import type { Rule } from '@angular-devkit/schematics';
|
|
import type { Schema as ComponentOptions } from './schema';
|
|
export default function (options: ComponentOptions): Rule;
|