1
0
Fork 0
react-playground/node_modules/@mui/system/preprocessStyles.d.ts

5 lines
No EOL
113 B
TypeScript

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