export interface SetupTailwindOptions {
    project: string;
    buildTarget?: string;
    skipFormat?: boolean;
    skipPackageJson?: boolean;
}
