UNPKG

@ikamva/ngx-tailwindcss

Version:

Tailwind CSS angular schematic

7 lines (6 loc) 170 B
export interface Schema { /** Name of the project to target. */ project: string; workspace: WorkspaceType; } export declare type WorkspaceType = 'ng' | 'nx';