2026-03-09 06:28:03 +00:00

5 lines
113 B
TypeScript

export default function preprocessStyles(input: any): {
variants: any;
style: any;
isProcessed: boolean;
};