blob: 8f958ec99c0241e9e255c4f29f2ad5ed94e7ebe9 [file] [log] [blame]
/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
import { Rule } from '@angular-devkit/schematics';
import { Schema } from './schema';
/** Scaffolds a new Angular component that uses the Drag and Drop module. */
export default function (options: Schema): Rule;