UNPKG

@nx-plus/vue

Version:
9 lines (7 loc) 176 B
export interface ComponentGeneratorSchema { name: string; project: string; directory?: string; style: Style; } export type Style = 'css' | 'scss' | 'less' | 'stylus';