import { Rule } from '@angular-devkit/schematics'; import { Schema as ComponentOptions } from '@po-ui/ng-schematics/build-component'; /** * Scaffolds a new component with * - The property dataView set which component will be used to display data. */ export default function (options: ComponentOptions): Rule;