registryItemTailwindSchema
const registryItemTailwindSchema: z.ZodObject<{
config: z.ZodOptional<z.ZodObject<{
}, "strip", z.ZodTypeAny, {content: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
theme: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
plugins: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
}, "strip", z.ZodTypeAny, {content?: string[] | undefined;
theme?: Record<string, any> | undefined;
plugins?: string[] | undefined;
}, {content?: string[] | undefined;
theme?: Record<string, any> | undefined;
plugins?: string[] | undefined;
}>>; config?: {
}, {content?: string[] | undefined;
theme?: Record<string, any> | undefined;
plugins?: string[] | undefined;
} | undefined; config?: {
}>;content?: string[] | undefined;
theme?: Record<string, any> | undefined;
plugins?: string[] | undefined;
} | undefined;