UNPKG

@ng-zen/cli

Version:

Angular UI components generator – Zen UI Kit CLI for schematics-based creation of customizable components like avatar, button, checkbox, divider, form-control, icon, input, skeleton, switch, textarea with Storybook demos.

8 lines (4 loc) 275 B
import { NodeDependencyType } from '@schematics/angular/utility/dependencies'; import { ComponentType } from '../schematics/components/schema'; type Kind = Record<NodeDependencyType, Record<string, string>>; export type FilesConfig = Record<ComponentType, Partial<Kind>>;