UNPKG

@ngneat/cmdk

Version:

<p align="center"> <img width="20%" height="20%" src="./src/assets/ngneat%20cdk.svg"> </p>

4 lines (3 loc) 141 B
import { Rule } from '@angular-devkit/schematics'; import { Schema } from './schema'; export declare const ngAdd: (options: Schema) => Rule;